X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FErrorPolicy.php;h=178591bbd209927dbea5a36fcc2660e8f883afad;hb=4080069b01751c39b4dfdb61c887528323c71d36;hp=f7bc774add4f107ae9ece1ce8d6864d90a7d0295;hpb=32bd0ab174e08fe8f976cda3ea167343321136af;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(); } /**