From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/db/DatabaseUtility.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/db/DatabaseUtility.php') diff --git a/includes/db/DatabaseUtility.php b/includes/db/DatabaseUtility.php index 9a1c8bde..de58bab6 100644 --- a/includes/db/DatabaseUtility.php +++ b/includes/db/DatabaseUtility.php @@ -253,7 +253,8 @@ class FakeResultWrapper extends ResultWrapper { $this->pos = $row; } - function free() {} + function free() { + } // Callers want to be able to access fields with $this->fieldName function fetchObject() { -- cgit v1.2.3-54-g00ecf