|
|
| Participants: |
Petr Skoda (frankenstein)
|
| Security Level: |
None
|
| Resolved date: |
07/Nov/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
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
|
|
Description
|
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 |
Show » |
|