projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8685d25
)
We *want* a Horde_Url here (Bug #9198).
author
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 08:33:23 +0000
(10:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 08:33:42 +0000
(10:33 +0200)
horde/templates/admin/menu.inc
patch
|
blob
|
history
diff --git
a/horde/templates/admin/menu.inc
b/horde/templates/admin/menu.inc
index
bcbcd4b
..
8fbaf71
100644
(file)
--- a/
horde/templates/admin/menu.inc
+++ b/
horde/templates/admin/menu.inc
@@
-7,7
+7,7
@@
$img = isset($val['icon'])
? Horde_Themes::img($val['icon'])
: $registry->get('icon');
- $menu->add(
strval(Horde::url($registry->applicationWebPath($val['link'])
)), $val['name'], $img, '');
+ $menu->add(
Horde::url($registry->applicationWebPath($val['link']
)), $val['name'], $img, '');
}
} catch (Horde_Exception $e) {}