From 859d9c8c501140bc7e36c363ca58c7f33c152175 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 31 Aug 2009 17:15:04 -0600 Subject: [PATCH] Bug #8529: Add URL to log in menu links --- framework/Core/lib/Horde/Menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Menu.php b/framework/Core/lib/Horde/Menu.php index 99bc74b78..5402f5c6c 100644 --- a/framework/Core/lib/Horde/Menu.php +++ b/framework/Core/lib/Horde/Menu.php @@ -191,7 +191,7 @@ class Horde_Menu } } else { if ($login_link = Horde::getServiceLink('login', $app)) { - $this->add($login_link, _("_Log in"), 'login.png', $graphics, $auth_target, null, '__noselection'); + $this->add(Horde_Util::addParameter($login_link, array('url' => Horde::selfUrl(true))), _("_Log in"), 'login.png', $graphics, $auth_target, null, '__noselection'); } } } -- 2.11.0