aboutsummaryrefslogtreecommitdiff
path: root/model/RoomTab.php
diff options
context:
space:
mode:
authorMaZderMind2016-09-03 19:50:34 +0200
committerMaZderMind2016-09-03 19:55:40 +0200
commit4e8fed0b773ad33e50017f498d40440592b7c4ef (patch)
tree256c9ac062e565933e85a7ccd212dca5f8852a84 /model/RoomTab.php
parent6ee36da3d945b9b412eddf97aba90c65b5664afa (diff)
accept ?forceopen=yes to force a conference open
Diffstat (limited to '')
-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()