aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
authorroot2016-09-03 19:57:40 +0200
committerroot2016-09-03 19:57:40 +0200
commite0dc97ff62bb77c7e943a28638c5da1b9d429577 (patch)
treee30650fe2d6b4b1884b889aa7812a17b1c4ab4d2 /model/Room.php
parent7dd0823e93f9ddc25ccc59eff7ce6f5419962757 (diff)
parent4e8fed0b773ad33e50017f498d40440592b7c4ef (diff)
Merge branch 'master' of ssh://mng.ber.c3voc.de/streaming-website
Diffstat (limited to 'model/Room.php')
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php
index 7386c1d..df3d92c 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -47,7 +47,7 @@ class Room extends ModelBase
}
public function getLink() {
- return rawurlencode($this->getSlug()).'/';
+ return rawurlencode($this->getSlug()).'/'.url_params();
}
public function getStream() {