From 345993086aa3a7913af0254ec2491b7800bf6fed Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Mon, 26 Oct 2009 15:10:05 +0000 Subject: [PATCH] fixed bug reported by LRA Bad Reichenhall: egwpopup not displaying when notificationbell is clicked --- phpgwapi/inc/class.egw_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index 387dffa34f..9876b67c65 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -410,7 +410,7 @@ abstract class egw_framework return html::div( html::a_href( html::image('notifications','notificationbell',lang('notifications')), - 'javascript: notificationwindow_display();' + 'javascript: egwpopup_display();' ), 'id="notificationbell"', // options '', // class