From 0d06c2b394f54644830b9d31546b633ba06f89ce Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 12 Mar 2013 22:58:22 +0000 Subject: [PATCH] Use new function to show favorites even when viewing a contact --- addressbook/inc/class.addressbook_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 4de6be406d..2cfe71acb6 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -36,7 +36,7 @@ class addressbook_hooks display_sidebox($appname,lang('Favorites'),array( array( 'no_lang' => true, - 'text'=>'', + 'text'=> etemplate_widget_nextmatch::favorite_list('addressbook','addressbook.addressbook_ui.get_rows'), 'link'=>false, 'icon' => false )