Skip to content

Commit 4a421a3

Browse files
committed
re-enable language string initialisation, as it causes the tests to fail
1 parent 1fc7a9b commit 4a421a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/initialise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function output($message)
242242

243243
//# load language files
244244
// this is too slow
245-
# $GLOBALS['I18N']->initFSTranslations();
245+
$GLOBALS['I18N']->initFSTranslations();
246246
} else {
247247
echo '<div class="initialiseOptions"><ul><li>'.s('Maybe you want to').' '.PageLinkButton('upgrade',
248248
s('Upgrade')).' '.s('instead?').'</li>

0 commit comments

Comments
 (0)