feature:2210

Improve language management.

git-svn-id: http://piwigo.org/svn/trunk@9518 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2011-03-04 10:41:36 +00:00
parent 5b9f42b785
commit 2e44cc79de
7 changed files with 91 additions and 33 deletions

View File

@@ -107,7 +107,7 @@ if (isset($_GET['installstatus']))
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
if ($languages->get_server_languages())
if ($languages->get_server_languages(true))
{
foreach($languages->server_languages as $language)
{