Ignore Desktop notifications.
authorJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 12:06:00 +0000 (13:06 +0100)
committerJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 12:06:00 +0000 (13:06 +0100)
horde/bin/alarms

index cfb3ed8..3c81c20 100755 (executable)
@@ -12,4 +12,4 @@
 require_once dirname(__FILE__) . '/../lib/Application.php';
 Horde_Registry::appInit('horde', array('authentication' => 'none', 'cli' => true, 'user_admin' => true));
 
-$injector->getInstance('Horde_Alarm')->notify(null, true, false, array('notify'));
+$injector->getInstance('Horde_Alarm')->notify(null, true, false, array('notify', 'desktop'));