X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTemporaryErrorScope.php;h=ec170a7b71357be83db0e36ed91d9f8f258bfced;hb=172a3c1961127d07ce1c5d40a540272c16e6b2b4;hp=eaf744a1ac4276541d4f2063a411610266fdb874;hpb=d92623decb352eab5b403d0c9cab181a831bfaac;p=civicrm-core.git diff --git a/CRM/Core/TemporaryErrorScope.php b/CRM/Core/TemporaryErrorScope.php index eaf744a1ac..ec170a7b71 100644 --- a/CRM/Core/TemporaryErrorScope.php +++ b/CRM/Core/TemporaryErrorScope.php @@ -72,7 +72,7 @@ class CRM_Core_TemporaryErrorScope { public static function getActive() { return array( '_PEAR_default_error_mode' => $GLOBALS['_PEAR_default_error_mode'], - '_PEAR_default_error_options' =>$GLOBALS['_PEAR_default_error_options'], + '_PEAR_default_error_options' => $GLOBALS['_PEAR_default_error_options'], 'modeException' => CRM_Core_Error::$modeException, ); } @@ -85,4 +85,5 @@ class CRM_Core_TemporaryErrorScope { $GLOBALS['_PEAR_default_error_options'] = $frame['_PEAR_default_error_options']; CRM_Core_Error::$modeException = $frame['modeException']; } + }