Skip to content

Commit

Permalink
Merge branch 'feature/25-default-schedule-names-to-display-name'
Browse files Browse the repository at this point in the history
fixes voc#25
  • Loading branch information
MaZderMind committed Dec 18, 2016
2 parents 340fdec + 1e6353b commit efd0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Room.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getStream() {
}

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() {
Expand Down

0 comments on commit efd0b59

Please sign in to comment.