From 77c5628d447a7c86b4e193c3986f4d7262dc2ac4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 25 Jan 2010 14:31:39 +0000 Subject: Sync from 3.5 branch still untested --- play/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play/index.php') diff --git a/play/index.php b/play/index.php index 191492a6..6123e81e 100644 --- a/play/index.php +++ b/play/index.php @@ -33,7 +33,7 @@ ob_end_clean(); /* These parameters had better come in on the url. */ $uid = scrub_in($_REQUEST['uid']); $oid = $_REQUEST['song'] ? scrub_in($_REQUEST['song']) : scrub_in($_REQUEST['oid']); -$sid = scrub_in($_REQUEST['sid']); +$sid = scrub_in($_REQUEST['ssid']); $xml_rpc = scrub_in($_REQUEST['xml_rpc']); $video = make_bool($_REQUEST['video']); -- cgit