diff options
author | MaZderMind | 2016-12-19 06:58:13 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-19 06:58:13 +0100 |
commit | 7f8841fc0b62df2e087478e91530acdafa306c2e (patch) | |
tree | 6bbd2a6d7c4679c435b9a6ce049aef05d91b4642 | |
parent | 85e71d4e8d8ecf902dd37a3cf6d342b45f61ddab (diff) |
repair dash lookup
Diffstat (limited to '')
-rw-r--r-- | model/Room.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php index 9c9dadf..b20a0f0 100644 --- a/model/Room.php +++ b/model/Room.php @@ -160,7 +160,7 @@ class Room } public function hasDash() { - return $this->get('ROOMS.'.$this->getSlug().'.DASH'); + return $this->getConference()->get('ROOMS.'.$this->getSlug().'.DASH'); } public function hasTranslation() { |