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:
parent
63c78948da
commit
55ea0f2c4c
8 changed files with 362 additions and 7 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue