From: Ben Klang Date: Wed, 30 Dec 2009 19:36:38 +0000 (-0500) Subject: Fix call-time pass by reference (E_STRICT) X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=37597daad0e7a8f05257e83b24b2c7a3781233d3;p=horde.git Fix call-time pass by reference (E_STRICT) --- diff --git a/framework/Cli/lib/Horde/Cli.php b/framework/Cli/lib/Horde/Cli.php index 845e4b4c2..71f1070f5 100644 --- a/framework/Cli/lib/Horde/Cli.php +++ b/framework/Cli/lib/Horde/Cli.php @@ -449,7 +449,7 @@ class Horde_Cli { /* Run constructor now because it requires $_SERVER['SERVER_NAME'] to * be empty if called with a CGI SAPI. */ - $cli = &self::singleton(); + $cli = self::singleton(); @set_time_limit(0); ob_implicit_flush(true);