silverstripe-event-calendar
silverstripe-event-calendar copied to clipboard
Avoid strict standards warning in Calendar_Controller::index()
If you declare the index() function in your Page_Controller, you are forced to add "SS_HTTPRequest $r" as an argument otherwise you will encounter a Strict Standards warning. This causes issues with other modules that extend Page_Controller and do not include the request argument as they will then produce Strict Standard warnings.