Skip to content

Commit

Permalink
fixed translated title during editing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Jun 28, 2024
1 parent 0e79317 commit e33b867
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Modules/LearningModule/classes/class.ilLMPageObjectGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ public function executeCommand(): void
ilLMPageObject::_getPresentationTitle(
$this->obj->getId(),
$this->content_object->getPageHeader(),
$this->content_object->isActiveNumbering()
$this->content_object->isActiveNumbering(),
false,
false,
0,
$page_gui->getLanguage()
)
);
//$page_gui->setLocator($contObjLocator);
Expand Down

0 comments on commit e33b867

Please sign in to comment.