Revert "I *think* we always want Horde::url() to use Horde webroot"
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 9 Jul 2010 21:21:20 +0000 (15:21 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 9 Jul 2010 21:21:20 +0000 (15:21 -0600)
This reverts commit 05f2a53df4b555f1fdaded5213af80fed4bc0907.

framework/Core/lib/Horde.php

index 2bde8ab..675724e 100644 (file)
@@ -928,7 +928,7 @@ HTML;
             }
 
             /* Store the webroot in a local variable. */
-            $webroot = $registry->get('webroot', 'horde');
+            $webroot = $registry->get('webroot');
 
             /* Don't prepend to webroot if it's already absolute. */
             $url = preg_match('|^([\w+-]{1,20})://|', $webroot)