X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=3a2f9f8cc9ae287ccc398cca6aa8aa7a5e4ed97b;hb=ec3da97659f035380281ab4b22a89954c6a7d7a9;hp=b061990e0f74d5e821d61ed58d93c2497c82348c;hpb=9682e3b1374bd093be3e6b18a5e6543e4244233f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index b061990e0f..3a2f9f8cc9 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -39,7 +39,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.25'; + $mwVersion = '1.26'; $minimumVersionPHP = '5.3.3'; $phpVersion = PHP_VERSION;