aboutsummaryrefslogtreecommitdiffstats
path: root/admin/comments.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-02-16 12:56:36 +0000
committerplegall <plg@piwigo.org>2015-02-16 12:56:36 +0000
commit2d01221893348d9afd633a46d8a99b7256bc4d89 (patch)
treea52dc209519936552b305e55bb9eced0d5f69743 /admin/comments.php
parente21c62eb0482a0d1de08ed6291aa5cbf04d86868 (diff)
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
Diffstat (limited to 'admin/comments.php')
-rw-r--r--admin/comments.php2
1 files changed, 2 insertions, 0 deletions
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('');