From 0e155c2ae5f0e21b3f59189cf6f0f4b21b3057f9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 14 Nov 2005 17:46:23 +0000 Subject: [PATCH] fixed not displayed links in view --- addressbook/inc/class.uicontacts.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addressbook/inc/class.uicontacts.inc.php b/addressbook/inc/class.uicontacts.inc.php index 6b0afb7c01..184f1c5642 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -186,7 +186,10 @@ class uicontacts extends bocontacts } } $content['view'] = true; - + $content['link'] = $content['link_to'] = array( + 'to_app' => 'addressbook', + 'to_id' => $content['id'], + ); $readonlys['link'] = $readonlys['link_to'] = $readonlys['customfields'] = true; $readonlys['button[save]'] = $readonlys['button[apply]'] = true; $readonlys['button[delete]'] = !$this->check_perms(EGW_ACL_DELETE,$content);