undo permission change to getquick
authorEileen McNaughton <eileen@mcnaughty.com>
Mon, 19 Aug 2013 22:37:10 +0000 (10:37 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Mon, 19 Aug 2013 22:37:10 +0000 (10:37 +1200)
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

index f3343154807cee80bf02d724a99afb4060dca60e..17e037472a446a26ad2d6a22dd55a994e7a53cf8 100644 (file)
@@ -83,7 +83,7 @@ function _civicrm_api3_permissions($entity, $action, &$params) {
       'edit all contacts',
     ),
     'getquick' => array(
-
+      'access CiviCRM',
     ),
   );