markward / local_autogroup

A local plugin for Moodle 2.7 onwards which handles the dynamic creation, population and cleanup of groups on courses.
3 stars 25 forks source link

Error during unit testing #5

Closed markward closed 9 years ago

markward commented 9 years ago

Debugging: This page did not call $PAGE->set_url(...). Using

markward commented 9 years ago

This was being caused by querying the page url attribute without ensuring the page had a set url. Currently testing 134045b9 to confirm the fix.

markward commented 9 years ago

Confirmed fix.