From: Rotem Liss Date: Sat, 7 Jun 2008 08:51:37 +0000 (+0000) Subject: Another note. X-Git-Tag: 1.31.0-rc.0~47123 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=c3ab55a431dd1c5205251ace813ae8729ccba9cf;p=lhc%2Fweb%2Fwiklou.git Another note. --- diff --git a/maintenance/language/checkExtensions.php b/maintenance/language/checkExtensions.php index 1d617f34e6..ab6f9ba8fa 100644 --- a/maintenance/language/checkExtensions.php +++ b/maintenance/language/checkExtensions.php @@ -15,6 +15,7 @@ if( !class_exists( 'MessageGroups' ) || !class_exists( 'PremadeMediawikiExtensio Please add the Translate extension to LocalSettings.php, and enable the extension groups: require_once( 'extensions/Translate/Translate.php' ); \$wgTranslateEC = array_keys( \$wgTranslateAC ); +If you still get this message, update Translate to its latest version. END; exit(-1);