From: Chuck Hagenbuch Date: Fri, 24 Jul 2009 17:40:44 +0000 (-0400) Subject: Revert "don't try and fetch alarms for all users when no one is logged in" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=217113f6b570649a809d0c61616fd1b73c157f87;p=horde.git Revert "don't try and fetch alarms for all users when no one is logged in" This reverts commit c0f24e840cdb842acc337e2c26d07ed36dfef1af. --- diff --git a/framework/Notification/lib/Horde/Notification.php b/framework/Notification/lib/Horde/Notification.php index e60814669..a45e50c70 100644 --- a/framework/Notification/lib/Horde/Notification.php +++ b/framework/Notification/lib/Horde/Notification.php @@ -204,7 +204,7 @@ class Horde_Notification $options['listeners'] = array_map('strtolower', $options['listeners']); - if ($this->_alarm && Horde_Auth::getAuth() && in_array('status', $options['listeners'])) { + if ($this->_alarm && in_array('status', $options['listeners'])) { $this->_alarm->notify(Horde_Auth::getAuth()); }