Merge branch 'MDL-45055-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
@@ -285,8 +285,7 @@ function css_minify_css($files) {
|
||||
* @return int number of failed events
|
||||
*/
|
||||
function events_trigger($eventname, $eventdata) {
|
||||
// TODO: uncomment after conversion of all events in standard distribution
|
||||
// debugging('events_trigger() is deprecated, please use new events instead', DEBUG_DEVELOPER);
|
||||
debugging('events_trigger() is deprecated, please use new events instead', DEBUG_DEVELOPER);
|
||||
return events_trigger_legacy($eventname, $eventdata);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user