projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d92d3
)
put this back - need the aliases
author
demeritcowboy
<demeritcowboy@hotmail.com>
Sun, 18 Sep 2022 00:32:13 +0000
(20:32 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Sun, 18 Sep 2022 00:32:13 +0000
(20:32 -0400)
Civi/API/Kernel.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/API/Kernel.php
b/Civi/API/Kernel.php
index 8c393756c6e68ff7d2ec858f12b1762ef2b020e8..02ca71bfd4f67c15d5f078f2709443f84aff5bbb 100644
(file)
--- a/
Civi/API/Kernel.php
+++ b/
Civi/API/Kernel.php
@@
-158,6
+158,7
@@
class Kernel {
* @throws \CRM_Core_Exception
*/
public function boot($apiRequest) {
+ require_once 'api/Exception.php';
// the create error function loads some functions from utils
// so this require is also needed for apiv4 until such time as
// we alter create error.