From: Dave Greenberg Date: Thu, 18 Jul 2013 01:21:28 +0000 (-0700) Subject: Formatting fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1795d03bd85f288817cedc07ccec1e9a84689f7b;p=civicrm-core.git Formatting fix --- 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}"); }