From 39080d50f837a3586a471c44a85d11c97d42d0ab Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Jun 2011 10:05:11 +0000 Subject: [PATCH] removed no longer used enable_popup check, as it is always enabled now --- notifications/inc/hook_after_navbar.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications/inc/hook_after_navbar.inc.php b/notifications/inc/hook_after_navbar.inc.php index be3866231b..9044c4be87 100644 --- a/notifications/inc/hook_after_navbar.inc.php +++ b/notifications/inc/hook_after_navbar.inc.php @@ -13,7 +13,7 @@ * @version $Id$ */ $notification_config = config::read('notifications'); -if ($notification_config['popup_enable'] && $GLOBALS['egw_info']['user']['apps']['notifications']) +if ($GLOBALS['egw_info']['user']['apps']['notifications']) { $GLOBALS['egw']->translation->add_app('notifications'); $popup_poll_interval = empty($notification_config['popup_poll_interval']) ? 60 : $notification_config['popup_poll_interval']; @@ -23,7 +23,7 @@ if ($notification_config['popup_enable'] && $GLOBALS['egw_info']['user']['apps'] echo '