Custom code broken between Moodle 3.5 and 3.6 - looking for advice

Re: Custom code broken between Moodle 3.5 and 3.6 - looking for advice

by Mark Johnson -
Number of replies: 0
Core developers இன் படம் Particularly helpful Moodlers இன் படம் Peer reviewers இன் படம் Plugin developers இன் படம்

It should be a fairly simple case of replacing $sp_notify = new stdClass(); with $sp_notify = new core\message\message();.

If that gives you different errors, post lines 179-188 and we should be able to see why.