... (minor fix for locales)

This commit is contained in:
czaks 2015-03-10 13:13:18 +01:00
parent 0062125f5c
commit fe66c51a19

View File

@ -358,7 +358,7 @@ function rebuildThemes($action, $boardname = false) {
// Reload the locale
if ($config['locale'] != $current_locale) {
$current_locale = $config['locale'];
init_locale($config['locale'], $error);
init_locale($config['locale']);
}
if (PHP_SAPI === 'cli') {