Skip to content
Snippets Groups Projects
Commit 390e34b3 authored by yashodha's avatar yashodha
Browse files

(#622) User Dashboard doesn't show Edit Contact Information link

parent 5785beda
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment