diff --git a/includes/Database.php b/includes/Database.php index fc2d67d77ef..4ab1b984e08 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -267,8 +267,8 @@ class Database { * Output page, used for reporting errors * FALSE means discard output */ - function &setOutputPage( &$out ) { - $this->mOut =& $out; + function setOutputPage( $out ) { + $this->mOut = $out; } /**