Formatting fix
authorDave Greenberg <dave@civicrm.org>
Thu, 18 Jul 2013 01:21:28 +0000 (18:21 -0700)
committerDave Greenberg <dave@civicrm.org>
Thu, 18 Jul 2013 01:21:28 +0000 (18:21 -0700)
CRM/Contact/Page/View.php

index 50c9f90f204ee521ba58b516b4f518e0436dee4b..ab40531cf709f4f65829ce064a4a2745a3a1394b 100644 (file)
@@ -203,9 +203,7 @@ class CRM_Contact_Page_View extends CRM_Core_Page {
       'isDeleted' => $isDeleted,
     );
 
-    if (
-      CRM_Contact_BAO_Contact_Permission::allow($this->_contactId, CRM_Core_Permission::EDIT)
-    ) {
+    if (CRM_Contact_BAO_Contact_Permission::allow($this->_contactId, CRM_Core_Permission::EDIT)) {
       $recentOther['editUrl'] = CRM_Utils_System::url('civicrm/contact/add', "reset=1&action=update&cid={$this->_contactId}");
     }