mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
removed no longer used enable_popup check, as it is always enabled now
This commit is contained in:
parent
81f58ab129
commit
39080d50f8
@ -13,7 +13,7 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
$notification_config = config::read('notifications');
|
$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');
|
$GLOBALS['egw']->translation->add_app('notifications');
|
||||||
$popup_poll_interval = empty($notification_config['popup_poll_interval']) ? 60 : $notification_config['popup_poll_interval'];
|
$popup_poll_interval = empty($notification_config['popup_poll_interval']) ? 60 : $notification_config['popup_poll_interval'];
|
||||||
|
Loading…
Reference in New Issue
Block a user