Open Richardvi opened 3 years ago
I'm getting this error while adding subsections. In the code I can see this:
$neworder = array(); $this->reorder_sections($neworder, 0, $section->section, $parent, $before); if (count($origorder) != count($neworder)) { die('Error in sections hierarchy'); // TODO }
What's there 'TODO'? :) How can I fix my course after getting the error: Error in sections hierarchy
I'm getting this error while adding subsections. In the code I can see this:
$neworder = array(); $this->reorder_sections($neworder, 0, $section->section, $parent, $before); if (count($origorder) != count($neworder)) { die('Error in sections hierarchy'); // TODO }
What's there 'TODO'? :) How can I fix my course after getting the error: Error in sections hierarchy