summaryrefslogtreecommitdiff
path: root/app/frontend/controls/EventRepeater.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/controls/EventRepeater.php')
-rw-r--r--app/frontend/controls/EventRepeater.php2
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();
}