diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-01-25 14:31:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-01-25 14:31:39 +0000 |
commit | 77c5628d447a7c86b4e193c3986f4d7262dc2ac4 (patch) | |
tree | 63aee43787313825ff3e2344a9f271c499a16ec8 /lib/class/stream.class.php | |
parent | 2fd6fe6d88466960608cd7de18e6489664bd567e (diff) | |
download | ampache-77c5628d447a7c86b4e193c3986f4d7262dc2ac4.tar.gz ampache-77c5628d447a7c86b4e193c3986f4d7262dc2ac4.tar.bz2 ampache-77c5628d447a7c86b4e193c3986f4d7262dc2ac4.zip |
Sync from 3.5 branch still untested
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
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'); |