1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

dbupdater: fail if version file missing

This commit is contained in:
Andrew Dolgov
2017-07-02 20:53:07 +03:00
parent 02f3992a5a
commit 57a1143c9d

View File

@@ -65,7 +65,7 @@ class DbUpdater {
return false;
}
} else {
return true;
return false;
}
} else {
return false;