Browse Source

Add "parent" field, used in new functions getParentToc/getChildrenToc

See:
https://github.com/chamilo/chamilo-lms/commit/e8ced63eb58ad442ae6bc0c3bb15624b84430a59
Julio 7 years ago
parent
commit
db74ab4c40
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/lp/learnpath.class.php

+ 1 - 0
main/lp/learnpath.class.php

@@ -3022,6 +3022,7 @@ class learnpath
                 'type' => $this->items[$item_id]->get_type(),
                 'description' => $this->items[$item_id]->get_description(),
                 'path' => $this->items[$item_id]->get_path(),
+
             );
         }
         if ($this->debug > 2) {