MDL-58768 core: Fix a typo for callback name

This commit is contained in:
Shamim Rezaie 2018-04-05 01:56:56 +10:00
parent faa5d173cc
commit 907b175c05

View File

@ -46,7 +46,7 @@ information provided here is intended especially for developers.
MDL-55611 can be found at https://docs.moodle.org/dev/Calendar_API. The 3 new callbacks are:
- mod_<modname>_core_calendar_is_event_visible
- mod_<modname>_core_calendar_provide_event_action
- mod_<modname>_core_calendar_event_action_show_items_acount
- mod_<modname>_core_calendar_event_action_shows_item_count
* Changes to the moodleform_mod class and its usage (MDL-58138):
- the get_data() method has been overriden. The implementation calls parent::get_data() and a new data_postprocessing() method
- new data_postprocessing() method added. Mods can override this in their mod_form subclass to modify the submit data. Previously