From: Michael M Slusarz Date: Thu, 3 Dec 2009 18:04:28 +0000 (-0700) Subject: This needs to be a string. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1c8eaff249d41c3cdcfac9595a0a94fda887dcd0;p=horde.git This needs to be a string. --- 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); } /**