X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FErrorPolicy.php;h=178591bbd209927dbea5a36fcc2660e8f883afad;hb=9d815b6054045e184473bcda5d087b9501168e36;hp=f7bc774add4f107ae9ece1ce8d6864d90a7d0295;hpb=b611fcaa7a75b2a86da7f3540adbc31b59dfbea7;p=civicrm-core.git diff --git a/CRM/Queue/ErrorPolicy.php b/CRM/Queue/ErrorPolicy.php index f7bc774add..178591bbd2 100644 --- a/CRM/Queue/ErrorPolicy.php +++ b/CRM/Queue/ErrorPolicy.php @@ -56,7 +56,6 @@ class CRM_Queue_ErrorPolicy { } set_error_handler([$this, 'onError'], $this->level); // FIXME make this temporary/reversible - $this->errorScope = CRM_Core_TemporaryErrorScope::useException(); } /**