Explorar el Código

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

See:
https://github.com/chamilo/chamilo-lms/commit/e8ced63eb58ad442ae6bc0c3bb15624b84430a59
Julio hace 7 años
padre
commit
db74ab4c40
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {