From 7f8841fc0b62df2e087478e91530acdafa306c2e Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Mon, 19 Dec 2016 06:58:13 +0100
Subject: repair dash lookup

---
 model/Room.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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() {
-- 
cgit v1.2.3