diff --git a/post.php b/post.php index f331edc9..18fdc961 100644 --- a/post.php +++ b/post.php @@ -1059,7 +1059,7 @@ function handle_post(){ error($config['error']['spam_noticer'] . $spam_noticer_result->reason); } - $debug['time']['post']['spam_noticer'] = round(($microtime(true) - $time_1) * 1000, 2) . 'ms'; + $debug['time']['post']['spam_noticer'] = round((microtime(true) - $time_1) * 1000, 2) . 'ms'; } $time_3 = microtime(true);