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