X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTemporaryErrorScope.php;h=7f78496083669e2401bf87956ff5f15ca1da4b90;hb=e0aa05fb6567fcbb92856a4fc4712a69640d2d03;hp=ec170a7b71357be83db0e36ed91d9f8f258bfced;hpb=6fd0519667b8c37759460c6c1516a22210418aa5;p=civicrm-core.git diff --git a/CRM/Core/TemporaryErrorScope.php b/CRM/Core/TemporaryErrorScope.php index ec170a7b71..7f78496083 100644 --- a/CRM/Core/TemporaryErrorScope.php +++ b/CRM/Core/TemporaryErrorScope.php @@ -79,6 +79,8 @@ class CRM_Core_TemporaryErrorScope { /** * Set the active error-handler settings + * + * @param string $frame */ public static function setActive($frame) { $GLOBALS['_PEAR_default_error_mode'] = $frame['_PEAR_default_error_mode'];