Remove unused parameter
authoreileen <emcnaughton@wikimedia.org>
Mon, 14 Jan 2019 05:22:05 +0000 (18:22 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 14 Jan 2019 05:22:05 +0000 (18:22 +1300)
tests/phpunit/CiviTest/CiviUnitTestCase.php

index 9a2b171f983cd380b41dd7bdc8c8a479733204bc..50e363fc40a4d4f320e39758d9a73abf1927f8f8 100644 (file)
@@ -2727,7 +2727,7 @@ AND    ( TABLE_NAME LIKE 'civicrm_value_%' )
     if (!$isProfile) {
       //flush cache
       CRM_ACL_BAO_Cache::resetCache();
-      CRM_ACL_API::groupPermission('whatever', 9999, NULL, 'civicrm_saved_search', NULL, NULL, TRUE);
+      CRM_ACL_API::groupPermission('whatever', 9999, NULL, 'civicrm_saved_search', NULL, NULL);
     }
   }