aboutsummaryrefslogtreecommitdiff
path: root/model/RoomTab.php
diff options
context:
space:
mode:
authorroot2016-09-03 19:57:40 +0200
committerroot2016-09-03 19:57:40 +0200
commite0dc97ff62bb77c7e943a28638c5da1b9d429577 (patch)
treee30650fe2d6b4b1884b889aa7812a17b1c4ab4d2 /model/RoomTab.php
parent7dd0823e93f9ddc25ccc59eff7ce6f5419962757 (diff)
parent4e8fed0b773ad33e50017f498d40440592b7c4ef (diff)
Merge branch 'master' of ssh://mng.ber.c3voc.de/streaming-website
Diffstat (limited to 'model/RoomTab.php')
-rw-r--r--model/RoomTab.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/RoomTab.php b/model/RoomTab.php
index f0338d2..16a8359 100644
--- a/model/RoomTab.php
+++ b/model/RoomTab.php
@@ -22,9 +22,9 @@ class RoomTab
{
$tabs = $this->getRoom()->getTabNames();
if($tabs[0] == $this->getTab())
- return rawurlencode($this->getRoom()->getSlug()).'/';
+ return rawurlencode($this->getRoom()->getSlug()).'/'.url_params();
- return rawurlencode($this->getRoom()->getSlug()).'/'.rawurlencode($this->getTab()).'/';
+ return rawurlencode($this->getRoom()->getSlug()).'/'.rawurlencode($this->getTab()).'/'.url_params();
}
public function getDisplay()