From 705fba8f49faa42ed7f004f67b74a996c29ddb3d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 28 Sep 2007 02:18:08 +0000 Subject: ajax loading thingy added to css, fixed random methods on rightbar and added a default sort to the browse methods --- lib/class/song.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/song.class.php') diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 98de5616..732a0539 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -793,7 +793,7 @@ class Song { $session_string = "&sid=" . $session_id; } else { - $session_string = "&sid=" . session_id(); + $session_string = "&sid=" . Stream::get_session(); } } // if they are requiring a session -- cgit