projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b07e1
)
Fix call-time pass by reference (E_STRICT)
author
Ben Klang
<ben@alkaloid.net>
Wed, 30 Dec 2009 19:36:38 +0000
(14:36 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 30 Dec 2009 19:36:38 +0000
(14:36 -0500)
framework/Cli/lib/Horde/Cli.php
patch
|
blob
|
history
diff --git
a/framework/Cli/lib/Horde/Cli.php
b/framework/Cli/lib/Horde/Cli.php
index
845e4b4
..
71f1070
100644
(file)
--- 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);