From: Michael J. Rubinsky Date: Fri, 9 Jul 2010 20:48:16 +0000 (-0400) Subject: This doesn't look right to me. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38d0398eea4fd5491e95f4a179bf9421e952f43e;p=horde.git This doesn't look right to me. Not sure why we wouldn't want the application's webroot if we are generating a full url. --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 417a7aac5..2bde8abb2 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -989,10 +989,6 @@ HTML; static public function applicationUrl($uri, $full = false, $append_session = 0) { - if ($full) { - return self::url($uri, $full, $append_session); - } - if (substr($uri, 0, 1) != '/') { $webroot = $GLOBALS['registry']->get('webroot'); if (substr($webroot, -1) != '/') {