From 36e3b656d2b0579c70d319b878ac397f9de201dd Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 15 Feb 2012 16:53:50 +0000 Subject: [PATCH] Follow up to r30985; not by ref --- includes/DBTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1