meh it's february already :P

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-02-12 17:42:36 +01:00
parent 73c05fb231
commit fca7b95579
3 changed files with 3 additions and 3 deletions

View File

@@ -194,5 +194,5 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201812190')) {
Settings::AddNew('system.errorlog_level', (\Froxlor\Settings::Get('system.webserver') == 'nginx' ? 'error' : 'warn'));
lastStepStatus(0);
\Froxlor\Froxlor::updateToDbVersion('201901120');
\Froxlor\Froxlor::updateToDbVersion('201902120');
}