frontend, localization, bugfix

This commit is contained in:
2023-01-15 00:32:17 +01:00
parent 0418118841
commit 1d6ff17994
18 changed files with 297 additions and 84 deletions

View File

@@ -26,7 +26,7 @@ class DocumentRoute extends Route {
protected function readExtra() {
parent::readExtra();
$this->args = json_decode($this->extra);
$this->args = json_decode($this->extra) ?? [];
}
public function preInsert(array &$row) {