From 1795d03bd85f288817cedc07ccec1e9a84689f7b Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 17 Jul 2013 18:21:28 -0700 Subject: [PATCH] Formatting fix --- CRM/Contact/Page/View.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/Contact/Page/View.php b/CRM/Contact/Page/View.php index 50c9f90f20..ab40531cf7 100644 --- a/CRM/Contact/Page/View.php +++ b/CRM/Contact/Page/View.php @@ -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}"); } -- 2.25.1