Try Reverting commit removing require once to see if it fixes the problem for api4
[civicrm-core.git] / CRM / Core / Error.php
index fc2ebe9856ade86eb0c646e467c67f631bde3168..163a1b44d3be97becc043098d084b55665635074 100644 (file)
@@ -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
  */