diff --git a/includes/utilities.php b/includes/utilities.php index da692d7a..ebda1785 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -449,7 +449,7 @@ class Timer public function reset() : void { - $this->t_cur = 0; + $this->t_cur = microtime(true) - $this->intv; } }