From 38d0398eea4fd5491e95f4a179bf9421e952f43e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 9 Jul 2010 16:48:16 -0400 Subject: [PATCH] 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. --- framework/Core/lib/Horde.php | 4 ---- 1 file changed, 4 deletions(-) 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) != '/') { -- 2.11.0