Skip to content
Snippets Groups Projects
Unverified Commit 00aed176 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #13375 from yashodha/dev_622

(#622) User Dashboard doesn't show Edit Contact Information link
parents 5785beda 390e34b3
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page {
);
if (CRM_Core_Permission::check('access CiviCRM')) {
self::$_links = array_merge(self::$_links, array(
self::$_links += array(
CRM_Core_Action::DISABLE => array(
'name' => ts('Disable'),
'url' => 'civicrm/contact/view/rel',
......@@ -243,7 +243,7 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page {
'extra' => 'onclick = "return confirm(\'' . $disableExtra . '\');"',
'title' => ts('Disable Relationship'),
),
));
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment