Skip to content

Commit

Permalink
Test: removed unused property 'ui' from ilTestExportGUI and changed '…
Browse files Browse the repository at this point in the history
…ilquestionpoolexportgui' to 'ilexportgui' in ilObjQuestionPoolGUI.
  • Loading branch information
chlulei committed Oct 25, 2024
1 parent 24fd2bd commit 24d4338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/ILIAS/Test/classes/class.ilTestExportGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*/
class ilTestExportGUI extends ilExportGUI
{
protected UIServices $ui;

public function __construct(
ilObjTestGUI $parent_gui,
private readonly ilDBInterface $db,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ public function executeCommand(): void
$this->ctrl->forwardCommand($cp);
break;

case 'ilquestionpoolexportgui':
$exp_gui = new ilQuestionPoolExportGUI($this);
case 'ilexportgui':
$exp_gui = new ilExportGUI($this);
$ret = $this->ctrl->forwardCommand($exp_gui);
break;

Expand Down

0 comments on commit 24d4338

Please sign in to comment.