diff --git a/components/ILIAS/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php b/components/ILIAS/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php index e5b2ed1ae64e..cdc15c702e14 100755 --- a/components/ILIAS/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php +++ b/components/ILIAS/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php @@ -860,8 +860,7 @@ public function export(): mixed { $GLOBALS['DIC']->tabs()->setTabActive('export'); $exp_gui = new ilExportGUI($this); - // @todo: removed deprecated ilCtrl methods, this needs inspection by a maintainer. - // $this->ctrl->setCmd("listExportFiles"); + // Here used to be $this->ctrl->setCmd("listExportFiles") in <10 $exp_gui->addFormat("xml"); return $this->ctrl->forwardCommand($exp_gui); }