From 1c8eaff249d41c3cdcfac9595a0a94fda887dcd0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 3 Dec 2009 11:04:28 -0700 Subject: [PATCH] This needs to be a string. --- 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 caa911e93..c7f8d34b4 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -1119,7 +1119,7 @@ HTML; $uri = $webroot . $uri; } - return self::url($uri, $full, $append_session); + return (string) self::url($uri, $full, $append_session); } /** -- 2.11.0