aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-04 13:31:01 +0200
committerMaZderMind2015-04-04 13:31:34 +0200
commit6913b01e5d9a062ac49553b02226f82c0171661c (patch)
tree1d2ae6c356e802a9e758acc923c05b962291832d /model/Schedule.php
parentb8f51fa77f3ebb19ee7d54ef10e655176ae249c2 (diff)
Show Display-Names and Link Rooms in Relive-View
Diffstat (limited to '')
-rw-r--r--model/Schedule.php2
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)