From: Jan Schneider Date: Wed, 3 Nov 2010 15:28:21 +0000 (+0000) Subject: Fix links to apps with their own full webroot URL. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=83ac62c54a286d6a8108dbf5c95e5dd9f866e150;p=horde.git Fix links to apps with their own full webroot URL. --- diff --git a/framework/Core/lib/Horde/Core/Sidebar.php b/framework/Core/lib/Horde/Core/Sidebar.php index d6244455b..7f9075186 100644 --- a/framework/Core/lib/Horde/Core/Sidebar.php +++ b/framework/Core/lib/Horde/Core/Sidebar.php @@ -150,7 +150,7 @@ class Horde_Core_Sidebar !isset($params['webroot'])) { $url = null; } else { - $url = Horde::url($registry->getInitialPage($app)); + $url = Horde::url($registry->getInitialPage($app), false, array('app' => $app)); } $tree->addNode(