Skip to content

Commit

Permalink
fixed form tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartz28 authored and thojou committed Dec 12, 2024
1 parent 8bfabbc commit 620002a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/Test/classes/class.ilObjTestGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,6 @@ public function infoScreen($session_lock = "")
$this->trackTestObjectReadEvent();
}
$info = new ilInfoScreenGUI($this);
$info->setOpenFormTag(false);

if ($this->isCommandClassAnyInfoScreenChild()) {
return $this->ctrl->forwardCommand($info);
Expand Down

0 comments on commit 620002a

Please sign in to comment.