summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-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 0521878f..1800990d 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -72,7 +72,7 @@ class Stream {
}
// We're starting insert the session into session_stream
- if (!self::insert_session()) {
+ if (!self::get_session()) {
debug_event('stream','Session Insertion failure, aborting','3');
return false;
}