projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad623fd
)
Formatting fix
author
Dave Greenberg
<dave@civicrm.org>
Thu, 18 Jul 2013 01:21:28 +0000
(18:21 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Thu, 18 Jul 2013 01:21:28 +0000
(18:21 -0700)
CRM/Contact/Page/View.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/View.php
b/CRM/Contact/Page/View.php
index 50c9f90f204ee521ba58b516b4f518e0436dee4b..ab40531cf709f4f65829ce064a4a2745a3a1394b 100644
(file)
--- 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}");
}