mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-20625 fixed typos, credit goes to Martin Langhoff
This commit is contained in:
parent
e484041b8c
commit
3400bf6cc4
3 changed files with 5 additions and 5 deletions
|
@ -429,7 +429,7 @@ function events_trigger($eventname, $eventdata) {
|
|||
// we need to send them to queue instead - this is slow but necessary.
|
||||
// It could be improved in future by adding internal/external flag to each handler.
|
||||
|
||||
$DB->set_field('events_handlers', 'status', ($hadnler->status+1), array('id'=>$handler->id));
|
||||
$DB->set_field('events_handlers', 'status', ($handler->status+1), array('id'=>$handler->id));
|
||||
// reset static handler cache
|
||||
events_get_handlers('reset');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue