This doesn't look right to me.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Jul 2010 20:48:16 +0000 (16:48 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Jul 2010 20:48:16 +0000 (16:48 -0400)
Not sure why we wouldn't want the application's webroot if we
are generating a full url.

framework/Core/lib/Horde.php

index 417a7aa..2bde8ab 100644 (file)
@@ -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) != '/') {