From 340c24cc44114813245a2354a5028e22569a961d Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 14 Jan 2019 18:22:05 +1300 Subject: [PATCH] Remove unused parameter --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.25.1