Skip to content

Commit

Permalink
user_admin doesn't seem to work (or be needed?) in latest Horde
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Hagenbuch committed Dec 24, 2013
1 parent ab61bbc commit ebe85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/bin/horde-alarms
Expand Up @@ -20,6 +20,6 @@ if (file_exists($baseFile)) {
require_once PEAR_Config::singleton()
->get('horde_dir', null, 'pear.horde.org') . '/lib/Application.php';
}
Horde_Registry::appInit('horde', array('cli' => true, 'user_admin' => true));
Horde_Registry::appInit('horde', array('cli' => true));

$injector->getInstance('Horde_Alarm')->notify(null, true, false, array('notify', 'desktop'));

0 comments on commit ebe85c0

Please sign in to comment.