Issue 3135: dbupdate is started again and again

pull/3139/head
Michael 2017-01-30 21:18:08 +00:00
rodzic 080233b9b9
commit dae125e8ee
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,10 @@ function dbupdate_run(&$argv, &$argc) {
Config::load();
// We are deleting the latest dbupdate entry.
// This is done to avoid endless loops because the update was interupted.
Config::delete('database','dbupdate_'.DB_UPDATE_VERSION);
update_db($a);
}