From: Seamus Lee Date: Wed, 20 Mar 2019 21:06:29 +0000 (+1100) Subject: Try Reverting commit removing require once to see if it fixes the problem for api4 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=df8de0eb0f21470e160627edb478e5d36893eb39;p=civicrm-core.git Try Reverting commit removing require once to see if it fixes the problem for api4 --- diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 320ec6d85f..2e5c7307da 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -35,6 +35,7 @@ * @copyright CiviCRM LLC (c) 2004-2019 */ +require_once 'Log.php'; require_once 'Mail.php'; require_once 'api/api.php'; diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index fc2ebe9856..163a1b44d3 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -37,6 +37,8 @@ require_once 'PEAR/ErrorStack.php'; require_once 'PEAR/Exception.php'; require_once 'CRM/Core/Exception.php'; +require_once 'Log.php'; + /** * Class CRM_Exception */