Changes:
- added some type-hints - added some documentation - changed some double-quotes to single
This commit is contained in:
parent
a392a22eee
commit
e33f5612ab
4 changed files with 39 additions and 38 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue