aboutsummaryrefslogtreecommitdiff
path: root/view/schedule.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/schedule.php')
-rw-r--r--view/schedule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/schedule.php b/view/schedule.php
index 4b2746d..3a3d6db 100644
--- a/view/schedule.php
+++ b/view/schedule.php
@@ -5,5 +5,5 @@ echo $tpl->render(array(
'title' => 'Schedule-Übersicht',
'refresh' => 15*60,
- 'schedule' => new Schedule(),
+ 'schedule' => $conference->getSchedule(),
));