X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDBTable.php;h=ea627eb09fa60748d4c0b0ffd577351672878b7e;hb=36e3b656d2b0579c70d319b878ac397f9de201dd;hp=c85a1006b6ea81713c8e83dda2724a35ec973bb2;hpb=ff14ebb5f1698c7aad944cdcafd9b8bd5188b8c3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DBTable.php b/includes/DBTable.php index c85a1006b6..ea627eb09f 100644 --- a/includes/DBTable.php +++ b/includes/DBTable.php @@ -536,7 +536,7 @@ abstract class DBTable { * * @return DBtable */ - public static function &singleton() { + public static function singleton() { static $instance; if ( !isset( $instance ) ) {