Renames db version setting value

This commit is contained in:
Vlad
2017-09-11 10:05:09 -04:00
parent 98482cebf9
commit b0343254c0
5 changed files with 9 additions and 9 deletions

View File

@ -124,7 +124,7 @@ class Initializer {
function maybeDbUpdate() {
try {
$current_db_version = Setting::getValue('version');
$current_db_version = Setting::getValue('db_version');
} catch(\Exception $e) {
$current_db_version = null;
}