aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorMaZderMind2016-12-19 06:58:13 +0100
committerMaZderMind2016-12-19 06:58:13 +0100
commit7f8841fc0b62df2e087478e91530acdafa306c2e (patch)
tree6bbd2a6d7c4679c435b9a6ce049aef05d91b4642 /model
parent85e71d4e8d8ecf902dd37a3cf6d342b45f61ddab (diff)
repair dash lookup
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 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() {