diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/comments.php b/admin/comments.php index 5e8a6c4d2..9b330ac8b 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -98,6 +98,7 @@ $template->assign( include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); $tabsheet = new tabsheet(); +$tabsheet->set_id('comments'); $tabsheet->add('', l10n('User comments validation'), ''); $tabsheet->select(''); $tabsheet->assign(); |