aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-03-04 11:35:38 +0000
committerpatdenice <patdenice@piwigo.org>2011-03-04 11:35:38 +0000
commit47809c86dfd8bc890a87afcc29c6df69c1627eb0 (patch)
treed3a87a8244bf81de96e305aefeeb78cccfd8f6a3 /install.php
parent70136f04779c49f230f3d181128bf22920300917 (diff)
feature:2210
Update language from piwigo.org extension repository git-svn-id: http://piwigo.org/svn/trunk@9520 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index c74780dea..fe63248c6 100644
--- a/install.php
+++ b/install.php
@@ -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);
}