X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=26823fc6ca3df7a787fe7a5888a53a8513b079c2;hb=c23ccacba320473b6e1f333805f22c8681316429;hp=91502a4ce03d18c07fa243be2d39d7f78d60b351;hpb=ead9055a6295508073c35c9cf7f9d2fd936dfc4b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 91502a4ce0..26823fc6ca 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -17,7 +17,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ){ - $mwVersion = '1.18'; + $mwVersion = '1.19'; $phpVersion = PHP_VERSION; $message = "MediaWiki $mwVersion requires at least PHP version 5.2.3, you are using PHP $phpVersion."; if( $type == 'index.php' ) {