Skip to content

Commit

Permalink
Test: Fix Access to Taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Oct 12, 2023
1 parent c8f8153 commit 174e982
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ public function executeCommand(): void
break;

case "ilobjtaxonomygui":

if (!$ilAccess->checkAccess('write', '', $this->object->getRefId())) {
$this->redirectAfterMissingWrite();
}
/** @var ilObjQuestionPool $obj */
$obj = $this->object;
$forwarder = new ilObjQuestionPoolTaxonomyEditingCommandForwarder(
Expand Down

0 comments on commit 174e982

Please sign in to comment.