Feature 1535: Allow to install new languages from PEM.

git-svn-id: http://piwigo.org/svn/trunk@5371 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2010-03-26 00:55:12 +00:00
commit 55ea0f2c4c
8 changed files with 362 additions and 7 deletions

View file

@ -34,6 +34,7 @@ $base_url = get_root_url().'admin.php?page='.$page['page'];
$languages = new languages();
$languages->get_db_languages();
$languages->set_tabsheet($page['page']);
//--------------------------------------------------perform requested actions
if (isset($_GET['action']) and isset($_GET['language']) and !is_adviser())