Fix for r58517. Using MW_SUPPORTS_LOCALISATIONCACHE for capability checking instead of version checking.

This commit is contained in:
Sergey Chernyshev 2010-01-05 23:10:52 +00:00
Родитель c54919da00
Коммит e9fdcacafe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,7 @@ $dir = dirname( __FILE__ ) . '/';
require_once( $dir . 'smarty/Smarty.class.php' );
$wgExtensionMessagesFiles['Widgets'] = $dir . 'Widgets.i18n.php';
if( version_compare( $wgVersion, '1.16alpha', '>=' ) ) {
if( defined('MW_SUPPORTS_LOCALISATIONCACHE') ) {
$wgExtensionMessagesFiles['WidgetsMagic'] = $dir . 'Widgets.i18n.magic.php';
} else {
// Pre 1.16alpha backward compatibility for magic words