Skip to content

Commit

Permalink
change default of schedule-name to display-name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Dec 18, 2016
1 parent 340fdec commit 1e6353b
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 1e6353b

Please sign in to comment.