marinaglancy / moodle-format_flexsections

25 stars 26 forks source link

Error in sections hierarchy #19

Open Richardvi opened 3 years ago

Richardvi commented 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