Merge pull request #22320 from colemanw/activityDateMeta
[civicrm-core.git] / CRM / Queue / Runner.php
index bac1f8e4495ce5f1aa6f337aa0ccb542f5254f78..0652629c15b9dbfe908532466b57d01ef6d02bc5 100644 (file)
@@ -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;
     }