From 9c3663ea37c7da6703c813a5f42af543fb3bfaad Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 24 Mar 2014 15:39:50 -0700 Subject: [PATCH] CRM-14094 - Fix indents. ---------------------------------------- * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/DAO/permissions.php b/CRM/Core/DAO/permissions.php index 5b8b17f9b5..115b489eba 100644 --- a/CRM/Core/DAO/permissions.php +++ b/CRM/Core/DAO/permissions.php @@ -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', -- 2.25.1