CRM-14094 - Fix indents.
authorDave Greenberg <dave@civicrm.org>
Mon, 24 Mar 2014 22:39:50 +0000 (15:39 -0700)
committerDave Greenberg <dave@civicrm.org>
Mon, 24 Mar 2014 22:39:50 +0000 (15:39 -0700)
----------------------------------------
* CRM-14094: Removing tags requires permission "delete contacts", should require "edit all contacts"
  http://issues.civicrm.org/jira/browse/CRM-14094

CRM/Core/DAO/permissions.php

index 5b8b17f9b556da53bbf89283abbbc8e9f40792ef..115b489ebac065e638bd2afe631789206fe65b54 100644 (file)
@@ -104,8 +104,8 @@ function _civicrm_api3_permissions($entity, $action, &$params) {
       'view all contacts',
     ),
     'delete' => array(
-       'access CiviCRM',
-       'delete contacts',
+      'access CiviCRM',
+      'delete contacts',
     ),
     'default' => array(
       'access CiviCRM',