fix thumbs url

This commit is contained in:
MaZderMind 2015-11-08 20:36:45 +01:00
parent 61c9cf52b0
commit afc1a5caf3

View file

@ -43,7 +43,7 @@ class Room extends ModelBase
}
public function getThumb() {
return 'thumbs/'.$this->getStream().'.png';
return '../thumbs/'.$this->getStream().'.png';
}
public function getLink() {