Merge pull request #13517 from alifrumin/contribsearchsoftcredit
[civicrm-core.git] / 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);
     }
   }