fix variable name

This commit is contained in:
towards-a-new-leftypol 2024-12-31 12:13:40 +00:00
parent 977b23afe3
commit cb33251f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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