From f6c0270d40f6730fe1e1820f2866b08792df1db6 Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Sat, 10 Dec 2016 18:22:34 +0100
Subject: rewrite data-model so that every configuration option is accessed
 through the conference

---
 view/schedule.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'view/schedule.php')

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(),
 ));
-- 
cgit v1.2.3