fix typo in updater

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-02 19:27:50 +01:00
parent 426e46a2df
commit 1ca1314ac4

View File

@@ -81,7 +81,7 @@ if (isDatabaseVersion('201809280')) {
if (isDatabaseVersion('201811180')) {
showUpdateStep("Adding new settings for 2FA");
Settings::Add('2fa.enabled', '1', true);
Settings::AddNew('2fa.enabled', '1', true);
lastStepStatus(0);
showUpdateStep("Adding new fields to admin-table for 2FA");