Skip to content

Commit

Permalink
41528: Old keywords don't show up properly when a new keyword has bee…
Browse files Browse the repository at this point in the history
…n added.
  • Loading branch information
alex40724 committed Nov 19, 2024
1 parent b1253e2 commit b7c0014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Blog/Posting/class.ilBlogPostingGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ilBlogPostingGUI extends ilPageObjectGUI
protected \ILIAS\Notes\Service $notes;
protected \ILIAS\Blog\ReadingTime\ReadingTimeManager $reading_time_manager;
protected StandardGUIRequest $blog_request;
protected ilTabsGUI$tabs;
protected ilTabsGUI $tabs;
protected ilLocatorGUI $locator;
protected ilSetting $settings;
protected int $node_id;
Expand Down Expand Up @@ -735,6 +735,7 @@ public function saveKeywordsForm(): void
}
}

$this->ctrl->setParameterByClass(ilObjBlogGUI::class, "blpg", "");
$this->ctrl->redirectByClass("ilObjBlogGUI", "");
}
}
Expand Down

0 comments on commit b7c0014

Please sign in to comment.