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/DataUpdate.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/DataUpdate.php') diff --git a/includes/DataUpdate.php b/includes/DataUpdate.php index c1076b23..7b9ac281 100644 --- a/includes/DataUpdate.php +++ b/includes/DataUpdate.php @@ -78,7 +78,9 @@ abstract class DataUpdate implements DeferrableUpdate { * @throws Exception|null */ public static function runUpdates( $updates ) { - if ( empty( $updates ) ) return; # nothing to do + if ( empty( $updates ) ) { + return; # nothing to do + } $open_transactions = array(); $exception = null; -- cgit v1.2.2