aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-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() {