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/WikiError.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/WikiError.php') diff --git a/includes/WikiError.php b/includes/WikiError.php index 62781213..08eb8004 100644 --- a/includes/WikiError.php +++ b/includes/WikiError.php @@ -143,7 +143,7 @@ class WikiXmlError extends WikiError { } function _extractContext( $context, $offset ) { - if( is_null( $context ) ) { + if ( is_null( $context ) ) { return null; } else { // Hopefully integer overflow will be handled transparently here -- cgit v1.2.3-54-g00ecf