mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
feature:2210
Update language from piwigo.org extension repository git-svn-id: http://piwigo.org/svn/trunk@9520 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
70136f0477
commit
47809c86df
6 changed files with 229 additions and 8 deletions
|
@ -340,7 +340,7 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment)
|
|||
pwg_query($query);
|
||||
|
||||
// fill languages table
|
||||
foreach ($languages->get_fs_languages() as $language_code => $fs_language)
|
||||
foreach ($languages->fs_languages as $language_code => $fs_language)
|
||||
{
|
||||
$languages->perform_action('activate', $language_code);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue