소스 검색

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

See:
https://github.com/chamilo/chamilo-lms/commit/e8ced63eb58ad442ae6bc0c3bb15624b84430a59
Julio 7 년 전
부모
커밋
db74ab4c40
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {