1
1
Fork 0
- 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
commit e33f5612ab
Signed by: roland
GPG key ID: C82EDE5DDFA0BA77
4 changed files with 39 additions and 38 deletions

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;
}