Details
Description
1. into the peers services page I've got an error:
Notice: Undefined property: stdClass::$mnet_rpcdebug in /Users/jerome/Sites/Moodle_HEAD/moodle/mnet/lib.php on line 527
2. Press save button => Moodle displays a page that display header before the redirection (need to be fixed) and the redirection is a wrong url (my site is currently http://jerome.moodle.local/~jerome/Moodle_HEAD_mnet/moodle/admin/mnet/services.php?hostid=3 and I'm redirected to http://jerome.moodle.local/admin/mnet/services.php?hostid=3)
oh, that's my fault, I thought redirect() detected a url starting with / and added $CFG->wwwroot to the start.