Standard stuff

This commit is contained in:
Michael
2017-03-14 15:17:21 +00:00
parent 49b22de705
commit f73389dd12
11 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function dbupdate_run(&$argv, &$argc) {
// 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);
Config::delete('database', 'dbupdate_'.DB_UPDATE_VERSION);
update_db($a);
}