aboutsummaryrefslogtreecommitdiffstats
path: root/admin/languages_new.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-04-27 15:06:18 +0000
committerpatdenice <patdenice@piwigo.org>2011-04-27 15:06:18 +0000
commitea1a8d7eb7523459f6b32007a7f8ded2b9428303 (patch)
treeca7ce5380663e58932b2dabf71a764bcbda8a7ee /admin/languages_new.php
parentd6b0308b093047b9e19be6feabc38d55d85c914a (diff)
Bug corrected on install extension pages (plugins, themes and languages).
git-svn-id: http://piwigo.org/svn/trunk@10638 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/languages_new.php')
-rw-r--r--admin/languages_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/languages_new.php b/admin/languages_new.php
index 9d10c5b8e..4c7804aa5 100644
--- a/admin/languages_new.php
+++ b/admin/languages_new.php
@@ -30,7 +30,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/languages.class.php');
$template->set_filenames(array('languages' => 'languages_new.tpl'));
-$base_url = get_root_url().'admin.php?page='.$page['page'];
+$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab'];
$languages = new languages();
$languages->get_db_languages();