Merge "Give a 200 response for valid user pages"
[lhc/web/wiklou.git] / includes / PHPVersionError.php
index dad71f8..c60c107 100644 (file)
@@ -37,8 +37,8 @@
  * @note Since we can't rely on anything, the minimum PHP versions and MW current
  * version are hardcoded here
  */
-function wfPHPVersionError( $type ){
-       $mwVersion = '1.20';
+function wfPHPVersionError( $type ) {
+       $mwVersion = '1.21';
        $phpVersion = PHP_VERSION;
        $message = "MediaWiki $mwVersion requires at least PHP version 5.3.2, you are using PHP $phpVersion.";
        if( $type == 'index.php' ) {