From afc1a5caf3feaabf2768560705bdb92a2607a19c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Nov 2015 20:36:45 +0100 Subject: fix thumbs url --- model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3