aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorMaZderMind2016-12-18 13:33:09 +0100
committerMaZderMind2016-12-18 13:33:09 +0100
commit1e6353b9fa405d9c85833a77e329be88cac09fcc (patch)
tree06a196ba299f4610124032418187348222cf9535 /model
parent340fdecd903fedee4dc39cfc60c166122f2451e1 (diff)
change default of schedule-name to display-name
Diffstat (limited to 'model')
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php
index aa72630..782c91d 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -40,7 +40,7 @@ class Room
}
public function getScheduleName() {
- return $this->getConference()->get('ROOMS.'.$this->getSlug().'.SCHEDULE_NAME', $this->getSlug());
+ return $this->getConference()->get('ROOMS.'.$this->getSlug().'.SCHEDULE_NAME', $this->getDisplay());
}
public function getDisplay() {