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/PHPVersionError.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/PHPVersionError.php') diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 7749bf1f..02d3546f 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.21'; + $mwVersion = '1.22'; $minimumVersionPHP = '5.3.2'; $phpVersion = phpversion(); @@ -61,12 +61,12 @@ function wfPHPVersionError( $type ) { header( 'Pragma: no-cache' ); $finalOutput = << - + + + MediaWiki {$mwVersion} - -