Make always basic checks while browsing pandora

Former-commit-id: db93bfdaa674cd2d632153825c37a8a41152dc2c
This commit is contained in:
fbsanchez 2019-03-04 14:57:57 +01:00
parent 5e496d0d7a
commit 9fd391a819
1 changed files with 1 additions and 3 deletions

View File

@ -2684,9 +2684,7 @@ function config_check()
if (enterprise_installed() === false) {
$supervisor = new ConsoleSupervisor(false);
$supervisor->run();
} else if ($config['cron_last_run'] == 0
|| (get_system_time() - $config['cron_last_run']) > 3600
) {
} else {
$supervisor = new ConsoleSupervisor(false);
$supervisor->runBasic();
}