projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe65fc9
)
Ignore Desktop notifications.
author
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 12:06:00 +0000
(13:06 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 12:06:00 +0000
(13:06 +0100)
horde/bin/alarms
patch
|
blob
|
history
diff --git
a/horde/bin/alarms
b/horde/bin/alarms
index
cfb3ed8
..
3c81c20
100755
(executable)
--- a/
horde/bin/alarms
+++ b/
horde/bin/alarms
@@
-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'
));