aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_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/themes_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/themes_new.php')
-rw-r--r--admin/themes_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes_new.php b/admin/themes_new.php
index 44acd1fa7..15b998b99 100644
--- a/admin/themes_new.php
+++ b/admin/themes_new.php
@@ -28,7 +28,7 @@ if( !defined("PHPWG_ROOT_PATH") )
include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php');
-$base_url = get_root_url().'admin.php?page='.$page['page'];
+$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab'];
$themes = new themes();