bug 3203 fixed: for IE, explicit the url even for staying on the same page
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e21c62eb04
commit
2d01221893
2 changed files with 8 additions and 3 deletions
|
|
@ -98,6 +98,8 @@ $template->assign(
|
|||
|
||||
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
|
||||
|
||||
$my_base_url = get_root_url().'admin.php?page=';
|
||||
|
||||
$tabsheet = new tabsheet();
|
||||
$tabsheet->set_id('comments');
|
||||
$tabsheet->select('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue