From 2d01221893348d9afd633a46d8a99b7256bc4d89 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 16 Feb 2015 12:56:36 +0000 Subject: 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 --- admin/comments.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/comments.php') diff --git a/admin/comments.php b/admin/comments.php index 2666cc27b..0f09faf9f 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -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(''); -- cgit v1.2.3