fixed number mismatch declerations

This commit is contained in:
kremsy
2020-04-21 17:44:41 +02:00
parent ffd46c3cdd
commit 06b3893a27
3 changed files with 4 additions and 7 deletions

View File

@ -462,9 +462,8 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener,
if (!$setting->setting != self::SETTING_UPDATECHECK_INTERVAL) {
return;
}
$updateInterval = $setting->value;
$this->maniaControl->getTimerManager()->updateTimerListening($this, 'hourlyUpdateCheck', 1000 * 60 * 60, $updateInterval);
$this->maniaControl->getTimerManager()->updateTimerListening($this, 'hourlyUpdateCheck', 1000 * 60 * 60);
}
/**