From: eileen Date: Mon, 14 Jan 2019 05:22:05 +0000 (+1300) Subject: Remove unused parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=340c24cc44114813245a2354a5028e22569a961d;p=civicrm-core.git Remove unused parameter --- diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 9a2b171f98..50e363fc40 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -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); } }