From: demeritcowboy Date: Sun, 18 Sep 2022 00:32:13 +0000 (-0400) Subject: put this back - need the aliases X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cc071aeb680d4c7f62b69ce7e81de09a1ad9727d;p=civicrm-core.git put this back - need the aliases --- diff --git a/Civi/API/Kernel.php b/Civi/API/Kernel.php index 8c393756c6..02ca71bfd4 100644 --- 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.