Skip to content

Commit

Permalink
37548: Keinen Zugriff auf Subtab HTML-Export-IDs/Screen-IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Jun 28, 2023
1 parent 745db18 commit 182ac35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct(
public function getChapters(): void
{
$hc = ilSession::get("help_chap");
$lm_tree = $this->parent_obj->object->getTree();
$lm_tree = $this->parent_obj->getObject()->getTree();

if ($hc > 0 && $lm_tree->isInTree($hc)) {
//$node = $lm_tree->getNodeData($hc);
Expand Down

0 comments on commit 182ac35

Please sign in to comment.