summaryrefslogtreecommitdiffstats
path: root/lib/class/random.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/random.class.php')
-rw-r--r--lib/class/random.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/random.class.php b/lib/class/random.class.php
index 4b0efe84..8887bd28 100644
--- a/lib/class/random.class.php
+++ b/lib/class/random.class.php
@@ -98,7 +98,7 @@ class Random {
}
if (Config::get('require_session')) {
- $session_string = '&sid=' . session_id();
+ $session_string = '&sid=' . Stream::get_session();
}
$web_path = Config::get('web_path');