Merge pull request #19594 from eileenmcnaughton/535m
[civicrm-core.git] / CRM / Contact / Selector.php
index 72cf3039dbf8a86f63eb9d01e1d9c4ebaad1ad06..17a1155d0fdb481ef48bb28bec1bf7c0718623b7 100644 (file)
@@ -1016,8 +1016,6 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
    */
   public function fillupPrevNextCache($sort, $cacheKey, $start = 0, $end = self::CACHE_SIZE) {
     $coreSearch = TRUE;
-    // This ensures exceptions are caught in the try-catch.
-    $handling = CRM_Core_TemporaryErrorScope::useException();
     // For custom searches, use the contactIDs method
     if (is_a($this, 'CRM_Contact_Selector_Custom')) {
       $sql = $this->_search->contactIDs($start, $end, $sort, TRUE);