Skip to content

Commit

Permalink
Test: Fix Crash in LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 3, 2025
1 parent 51340ea commit 7e8e971
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2439,14 +2439,7 @@ protected function cancelAnswerOptionalQuestionsCmd()
*/
protected function populateHelperGuiContent($helperGui)
{
if ($this->object->getKioskMode()) {
//$this->tpl->setBodyClass("kiosk");
$this->tpl->hideFooter();
$this->tpl->addBlockfile('CONTENT', 'adm_content', "tpl.il_as_tst_kiosk_mode_content.html", "components/ILIAS/Test");
$this->tpl->setContent($this->ctrl->getHTML($helperGui));
} else {
$this->tpl->setVariable($this->getContentBlockName(), $this->ctrl->getHTML($helperGui));
}
$this->tpl->setVariable($this->getContentBlockName(), $this->ctrl->getHTML($helperGui));
}

protected function getTestNavigationToolbarGUI(): ilTestNavigationToolbarGUI
Expand Down

0 comments on commit 7e8e971

Please sign in to comment.