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:
parent
d6b0308b09
commit
ea1a8d7eb7
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
|
@ -30,7 +30,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
|
|||
|
||||
$template->set_filenames(array('plugins' => 'plugins_new.tpl'));
|
||||
|
||||
$base_url = get_root_url().'admin.php?page='.$page['page'].'&'.$page['tab'];
|
||||
$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab'];
|
||||
|
||||
$plugins = new plugins();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue