diff --git a/components/ILIAS/Session/classes/class.ilObjSessionGUI.php b/components/ILIAS/Session/classes/class.ilObjSessionGUI.php index 504578e4743e..2f6b6aa72473 100755 --- a/components/ILIAS/Session/classes/class.ilObjSessionGUI.php +++ b/components/ILIAS/Session/classes/class.ilObjSessionGUI.php @@ -493,10 +493,10 @@ public static function _goto(string $a_target): void */ public function infoScreenObject(): void { - // @todo: removed deprecated ilCtrl methods, this needs inspection by a maintainer. - // $this->ctrl->setCmd("showSummary"); - // $this->ctrl->setCmdClass("ilinfoscreengui"); - $this->infoScreen(); + $this->ctrl->redirectByClass( + [self::class, ilInfoScreenGUI::class], + 'showSummary' + ); } public function modifyItemGUI(ilObjectListGUI $a_item_list_gui, array $a_item_data, bool $a_show_path): void