We *want* a Horde_Url here (Bug #9198).
authorJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 08:33:23 +0000 (10:33 +0200)
committerJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 08:33:42 +0000 (10:33 +0200)
horde/templates/admin/menu.inc

index bcbcd4b..8fbaf71 100644 (file)
@@ -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) {}