From cb33251f7c3d040be4f298899b1b898d62c3d0d9 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 31 Dec 2024 12:13:40 +0000 Subject: [PATCH] fix variable name --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index e4de8214..9b71849c 100644 --- a/post.php +++ b/post.php @@ -599,7 +599,7 @@ function handle_post(){ } $time_rolling2 = microtime(true); - $debug['time']['post']['pre_noticer1'] = round(($time_rolling1 - $time_1) * 1000, 2) . 'ms'; + $debug['time']['post']['pre_noticer1'] = round(($time_rolling2 - $time_1) * 1000, 2) . 'ms'; $time_rolling1 = $time_rolling2; //Check if thread exists