Skip to content

Commit

Permalink
38412: Pre9 Saving Wiki settings throws Whoops: Undefined property: i…
Browse files Browse the repository at this point in the history
…lObjWikiGUI::
  • Loading branch information
alex40724 committed Oct 31, 2023
1 parent 179eca6 commit 6c871a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Wiki/classes/class.ilObjWikiGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ public function saveSettingsObject(): void

// Update ecs export settings
$ecs = new ilECSWikiSettings($this->object);
if ($ecs->handleSettingsUpdate($this->form)) {
if ($ecs->handleSettingsUpdate($this->form_gui)) {
$this->tpl->setOnScreenMessage('success', $this->lng->txt("msg_obj_modified"), true);
$ilCtrl->redirect($this, "editSettings");
}
Expand Down

0 comments on commit 6c871a7

Please sign in to comment.