diff --git a/install.php b/install.php index 81724697d..4ee5361f8 100644 --- a/install.php +++ b/install.php @@ -359,11 +359,8 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment) '

%gallery_title%

'."\n\n

".pwg_db_real_escape_string(l10n('Welcome to my photo gallery')).'

' ); - // fill languages table - foreach ($languages->fs_languages as $language_code => $fs_language) - { - $languages->perform_action('activate', $language_code); - } + // fill languages table, only activate the current language + $languages->perform_action('activate', $language); // fill $conf global array load_conf_from_db();