summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-11 04:07:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-11 04:07:42 +0000
commit0a531a1cd8fe1fd9cf81f2faec800ee76a074d8d (patch)
treeb804f27c386768ef14aa9e4ed2c9537d1b5a6a56 /lib/class/stream.class.php
parent40288f21caa3df78fb0c949a9c0dfdf6d3d1d95a (diff)
downloadampache-0a531a1cd8fe1fd9cf81f2faec800ee76a074d8d.tar.gz
ampache-0a531a1cd8fe1fd9cf81f2faec800ee76a074d8d.tar.bz2
ampache-0a531a1cd8fe1fd9cf81f2faec800ee76a074d8d.zip
sync of fix to trunk
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 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;
}