fix variable name
This commit is contained in:
parent
977b23afe3
commit
cb33251f7c
2
post.php
2
post.php
|
@ -599,7 +599,7 @@ function handle_post(){
|
||||||
}
|
}
|
||||||
|
|
||||||
$time_rolling2 = microtime(true);
|
$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;
|
$time_rolling1 = $time_rolling2;
|
||||||
|
|
||||||
//Check if thread exists
|
//Check if thread exists
|
||||||
|
|
Loading…
Reference in New Issue