aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
authorVOC2015-11-13 19:48:45 +0100
committerVOC2015-11-13 19:48:45 +0100
commit92f4fa13749566f6c4378f2c9e80774e8320b825 (patch)
treef17c6da85da6edba9c7be10138687518ee534d50 /model/Room.php
parent32fd126b3fa937389efd1457e9d05daff9f3b347 (diff)
parent29af764323dc474c14e05985eeabd3a06ef19c86 (diff)
Merge branch 'mandators'
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 6e37043..124d057 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -43,7 +43,7 @@ class Room extends ModelBase
}
public function getThumb() {
- return 'thumbs/'.$this->getStream().'.png';
+ return '../thumbs/'.$this->getStream().'.png';
}
public function getLink() {