Skip to content

Commit

Permalink
Fixed lang var on panel2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvollbach committed Oct 18, 2023
1 parent 98d694a commit a030358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Forum/classes/class.ilObjForumGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ protected function renderThreadOverview(ilForumThreadObject $tbl, ilForum $frm,
->withCurrentPage($current_page);

$vc_container = $this->factory->panel()->standard(
$this->object->getTitle(),
$this->lng->txt('forums_threads'),
$thread_buffer)
->withViewControls($view_control);

Expand Down

0 comments on commit a030358

Please sign in to comment.