Bug corrected on install extension pages (plugins, themes and languages).

git-svn-id: http://piwigo.org/svn/trunk@10638 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2011-04-27 15:06:18 +00:00
parent d6b0308b09
commit ea1a8d7eb7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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();