diff options
Diffstat (limited to 'app/frontend/controls/EventRepeater.php')
-rw-r--r-- | app/frontend/controls/EventRepeater.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/controls/EventRepeater.php b/app/frontend/controls/EventRepeater.php index 4fb2812..94fec2c 100644 --- a/app/frontend/controls/EventRepeater.php +++ b/app/frontend/controls/EventRepeater.php @@ -4,7 +4,7 @@ Prado::using('Application.web.TemplateControl'); class EventRepeater extends TemplateControl { - public function setEvents($events) { + public function setEvents(array $events) { $this->Events->DataSource = $events; $this->Events->dataBind(); } |