diff options
Diffstat (limited to 'include/functions_comment.inc.php')
-rw-r--r-- | include/functions_comment.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_comment.inc.php b/include/functions_comment.inc.php index 7f2fd9257..15ea86669 100644 --- a/include/functions_comment.inc.php +++ b/include/functions_comment.inc.php @@ -131,7 +131,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']); |