hschottm / tags

Contao tags extension
11 stars 16 forks source link

Update getAllEvents parameter declaration #65

Closed marcosimbuerger closed 3 years ago

marcosimbuerger commented 3 years ago

Issue #60

$blnFeatured arugment was missing for Contao 4.10. See https://github.com/contao/contao/blob/4.10.0/calendar-bundle/src/Resources/contao/classes/Events.php#L108

Caused error: Warning: Declaration of Contao\ModuleCalendarTags::getAllEvents($arrCalendars, $intStart, $intEnd) should be compatible with Contao\Events::getAllEvents($arrCalendars, $intStart, $intEnd, $blnFeatured = NULL)