projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c43b8
)
Shout: Fix Horde_Menu mask
author
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 19:24:59 +0000
(14:24 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 19:24:59 +0000
(14:24 -0500)
shout/lib/Shout.php
patch
|
blob
|
history
diff --git
a/shout/lib/Shout.php
b/shout/lib/Shout.php
index
0c8f5b4
..
d2f3a14
100644
(file)
--- a/
shout/lib/Shout.php
+++ b/
shout/lib/Shout.php
@@
-28,7
+28,7
@@
class Shout
require_once 'Horde/Menu.php';
- $menu = new Horde_Menu(H
ORDE_MENU_
MASK_ALL);
+ $menu = new Horde_Menu(H
orde_Menu::
MASK_ALL);
$menu->add(Horde::applicationUrl('extensions.php'), _("Extensions"), "user.png");
$menu->add(Horde::applicationUrl('devices.php'), _("Devices"), "shout.png");