Remove useless reference markers which aren't used anyway
This commit is contained in:
parent
5baebec3d3
commit
d3d587dac6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue