fix add/edit domain due to wrong access to settings; setting version to 0.9.39.4 for bugfix release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-13 12:23:05 +01:00
parent 27f8c8b438
commit 6befe85656
5 changed files with 10 additions and 4 deletions

View File

@@ -687,7 +687,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char_required', '0'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.39.3'),
('panel', 'version', '0.9.39.4'),
('panel', 'db_version', '201802130');

View File

@@ -3927,3 +3927,9 @@ if (isFroxlorVersion('0.9.39.2')) {
showUpdateStep("Updating from 0.9.39.2 to 0.9.39.3", false);
updateToVersion('0.9.39.3');
}
if (isFroxlorVersion('0.9.39.3')) {
showUpdateStep("Updating from 0.9.39.3 to 0.9.39.4", false);
updateToVersion('0.9.39.4');
}