X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FQueue%2FRunner.php;h=0652629c15b9dbfe908532466b57d01ef6d02bc5;hb=cfcffe785d92d91dd417a67c4e83e801efcc95d9;hp=bac1f8e4495ce5f1aa6f337aa0ccb542f5254f78;hpb=8abebe2ff7cb762c6b6ff2ede1474382beff2b88;p=civicrm-core.git diff --git a/CRM/Queue/Runner.php b/CRM/Queue/Runner.php index bac1f8e449..0652629c15 100644 --- a/CRM/Queue/Runner.php +++ b/CRM/Queue/Runner.php @@ -152,7 +152,6 @@ class CRM_Queue_Runner { // setting -- it should be more of a contextual/stack-based setting. // This should be appropriate because queue-runners are not used with // basic web pages -- they're used with CLI/REST/AJAX. - $errorScope = CRM_Core_TemporaryErrorScope::useException(); $taskResult = $this->runNext(); $errorScope = NULL; }