aboutsummaryrefslogtreecommitdiffstats
path: root/admin/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/comments.php')
-rw-r--r--admin/comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php
index 4bb4490ac..7bafef70a 100644
--- a/admin/comments.php
+++ b/admin/comments.php
@@ -37,7 +37,7 @@ check_status(ACCESS_ADMINISTRATOR);
// | actions |
// +-----------------------------------------------------------------------+
-if (!empty($_POST) and !is_adviser())
+if (!empty($_POST))
{
if (empty($_POST['comments']))
{