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/ArrayUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/ArrayUtils.php') diff --git a/includes/ArrayUtils.php b/includes/ArrayUtils.php index 0b74f06a..985271f7 100644 --- a/includes/ArrayUtils.php +++ b/includes/ArrayUtils.php @@ -39,7 +39,7 @@ class ArrayUtils { * * @return bool|int|string */ - public static function pickRandom( $weights ){ + public static function pickRandom( $weights ) { if ( !is_array( $weights ) || count( $weights ) == 0 ) { return false; } -- cgit v1.2.2