From 245f982810bf7a2a99309bb7279cc744c0d1e2d0 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 20 Aug 2013 10:37:10 +1200 Subject: [PATCH] undo permission change to getquick While the logic of the change should still stand (getquick is already permissioned at the acl level) this change is not required for this PR --- CRM/Core/DAO/permissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/DAO/permissions.php b/CRM/Core/DAO/permissions.php index f334315480..17e037472a 100644 --- a/CRM/Core/DAO/permissions.php +++ b/CRM/Core/DAO/permissions.php @@ -83,7 +83,7 @@ function _civicrm_api3_permissions($entity, $action, &$params) { 'edit all contacts', ), 'getquick' => array( - + 'access CiviCRM', ), ); -- 2.25.1