fix isDatabaseVersion if it does not yet exist, thx to andy__
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -3145,7 +3145,7 @@ if (isFroxlorVersion('0.9.35-dev7')) {
|
||||
updateToVersion('0.9.35-rc1');
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.35-rc1') && isDatabaseVersion('0')) {
|
||||
if (isFroxlorVersion('0.9.35-rc1') && isDatabaseVersion(null)) {
|
||||
|
||||
Settings::AddNew("panel.db_version", "201603070");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user