diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 2 |
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(''); |