diff --git a/install/unfinishLives.php b/install/unfinishLives.php index 69e3d60ee3..9cc3df11cb 100644 --- a/install/unfinishLives.php +++ b/install/unfinishLives.php @@ -60,4 +60,5 @@ foreach ($stats as $key => $live) { } */ -Live::checkAllFromStats(); \ No newline at end of file +Live::finishAllFromStats(); +Live::unfinishAllFromStats(true); \ No newline at end of file diff --git a/plugin/Live/Live.php b/plugin/Live/Live.php index 8d6e9fcbd4..e9c7720d09 100644 --- a/plugin/Live/Live.php +++ b/plugin/Live/Live.php @@ -4327,7 +4327,7 @@ Click here to join our live."; //_error_log("Live::executeEveryMinute live_servers_id=$live_servers_id"); $this->createCacheStatsObject($live_servers_id); } - Live::checkAllFromStats(); + Live::checkAllFromStats(true); $end = microtime(true) - $start; //_error_log("Live::executeEveryMinute complete in {$end} seconds"); }