CRM_Contact_Page_AJAX - Style fix
authorTim Otten <totten@civicrm.org>
Thu, 18 Aug 2016 00:16:19 +0000 (17:16 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 18 Aug 2016 00:17:52 +0000 (17:17 -0700)
CRM/Contact/Page/AJAX.php

index bfddb91fa253a6044773ee064c3da464c4e87705..2fb90e6e477e09f822a52ee79c00c65eeb1aa7df 100644 (file)
@@ -923,7 +923,7 @@ LIMIT {$offset}, {$rowCount}
     }
     $prevNextId = CRM_Utils_Type::escapeAll((array) $prevNextId, 'Positive');
     CRM_Core_BAO_PrevNextCache::flipPair($prevNextId, $onlySelected);
-    CRM_Utils_SYSTEM::civiExit();
+    CRM_Utils_System::civiExit();
   }
 
   /**