Follow up to r30985; not by ref
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 15 Feb 2012 16:53:50 +0000 (16:53 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 15 Feb 2012 16:53:50 +0000 (16:53 +0000)
includes/DBTable.php

index c85a100..ea627eb 100644 (file)
@@ -536,7 +536,7 @@ abstract class DBTable {
         *
         * @return DBtable
         */
-       public static function &singleton() {
+       public static function singleton() {
                static $instance;
                
                if ( !isset( $instance ) ) {