From 217113f6b570649a809d0c61616fd1b73c157f87 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 24 Jul 2009 13:40:44 -0400 Subject: [PATCH] Revert "don't try and fetch alarms for all users when no one is logged in" This reverts commit c0f24e840cdb842acc337e2c26d07ed36dfef1af. --- framework/Notification/lib/Horde/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.11.0