diff --git a/src/psm/Util/Server/Updater/StatusUpdater.php b/src/psm/Util/Server/Updater/StatusUpdater.php index de986923..fc7af6e5 100644 --- a/src/psm/Util/Server/Updater/StatusUpdater.php +++ b/src/psm/Util/Server/Updater/StatusUpdater.php @@ -160,6 +160,7 @@ class StatusUpdater { $this->rtime = microtime(true) - $starttime; $status = true; } else { + $this->rtime = microtime(true) - $starttime; $status = false; } socket_close($socket);