-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
This was discussed before several times, we can not use events for core->core communication, events were designed for communication "moodle->external systems"
Going to introduce new function message_send() and use it instead of event_trigger() which should give us more freedom, better performance, etc. in future