From 648e91da8ef61ac4adb0a20bd73cf06b9fc2c130 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 9 Jul 2010 15:21:20 -0600 Subject: [PATCH] Revert "I *think* we always want Horde::url() to use Horde webroot" This reverts commit 05f2a53df4b555f1fdaded5213af80fed4bc0907. --- framework/Core/lib/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 2bde8abb2..675724e9e 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -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) -- 2.11.0