diff options
author | MaZderMind | 2015-04-04 13:31:01 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-04 13:31:34 +0200 |
commit | 6913b01e5d9a062ac49553b02226f82c0171661c (patch) | |
tree | 1d2ae6c356e802a9e758acc923c05b962291832d /model/Schedule.php | |
parent | b8f51fa77f3ebb19ee7d54ef10e655176ae249c2 (diff) |
Show Display-Names and Link Rooms in Relive-View
Diffstat (limited to 'model/Schedule.php')
-rw-r--r-- | model/Schedule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Schedule.php b/model/Schedule.php index 42849d1..7ff66af 100644 --- a/model/Schedule.php +++ b/model/Schedule.php @@ -258,7 +258,7 @@ class Schedule extends ModelBase return 'SCHEDULE.'.$this->getScheduleUrl(); } - private function getScheduleToRoomSlugMapping() + public function getScheduleToRoomSlugMapping() { $mapping = array(); foreach($this->get('ROOMS') as $slug => $room) |