aboutsummaryrefslogtreecommitdiffstats
path: root/admin/comments.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-02-16 12:57:00 +0000
committerplegall <plg@piwigo.org>2015-02-16 12:57:00 +0000
commit6d452e8c1bad237b4bcdcfdc24003b8413fd0237 (patch)
treef6da29437dd1124d3ebc0968be3d6a8a2ad00405 /admin/comments.php
parent3e8f2b4c345fcc2f1a75ebaebb23f6afa0ef2cec (diff)
merge r30972 from trunk to branch 2.7
bug 3203 fixed: for IE, explicit the url even for staying on the same page git-svn-id: http://piwigo.org/svn/branches/2.7@30973 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('');