aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions_comment.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_comment.inc.php b/include/functions_comment.inc.php
index d5b403b8e..55db09e04 100644
--- a/include/functions_comment.inc.php
+++ b/include/functions_comment.inc.php
@@ -124,7 +124,7 @@ SELECT COUNT(*) AS user_exists
$comment_action='reject';
}
- if ($comment_action!='reject' and $conf['anti-flood_time']>0 )
+ if ($comment_action!='reject' and $conf['anti-flood_time']>0 and !is_admin())
{ // anti-flood system
$reference_date = pwg_db_get_flood_period_expression($conf['anti-flood_time']);