summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index cc01ed94..3875da6b 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -855,7 +855,7 @@ class Stream {
public static function get_base_url() {
if (Config::get('require_session')) {
- $session_string = 'sid=' . Stream::get_session() . '&';
+ $session_string = 'ssid=' . Stream::get_session() . '&';
}
$web_path = Config::get('web_path');