- added some type-hints
- added some documentation
- changed some double-quotes to single
This commit is contained in:
Roland Häder
2022-06-27 12:09:31 +02:00
parent a392a22eee
commit e33f5612ab
4 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -981,7 +981,7 @@ function update_1429()
return Update::FAILED;
}
DI::config()->set("system", "post_update_version", 1423);
DI::config()->set('system', 'post_update_version', 1423);
return Update::SUCCESS;
}