forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-58736 core_calendar: Revert calendar_get_events to 3.2 implementa…
…tion We modified calendar_get_events in a non backwards compatible way so instead of fixing that, an easier approch is to simply revert it to the 3.2 implementation. This should be fine since the way to get events is going to change in an upcomming release, and we had to swap all occurences of calendar_get_events in core with calendar_get_legacy_events to make sure the calendar and overview match.
- Loading branch information
1 parent
932bc91
commit eeb27f0
Showing
2 changed files
with
42 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.