* Fixed errors of the struct form.

This commit is contained in:
tianshujie
2023-10-17 17:17:27 +08:00
parent 4ed97e69c5
commit 21ffc5532a
10 changed files with 255 additions and 239 deletions
+1
View File
@@ -173,6 +173,7 @@ class apiModel extends model
->add('lib', $old->lib)
->add('editedBy', $this->app->user->account)
->add('editedDate', $now)
->stripTags($this->config->api->editor->editstruct['id'], $this->config->allowedTags)
->remove('undefined')
->get();