From 8f46e095700c4c44b0aa3e216ca9b43bcc2fe9e6 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 20 Jan 2008 15:59:31 +0100 Subject: code-cleanup to avoid PHP notice messages Signed-off-by: Andreas Unterkircher --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index ad80ca5..f850dad 100644 --- a/rpc.php +++ b/rpc.php @@ -110,7 +110,7 @@ class PHPFSPOT_RPC { break; case 'search': - print $fspot->startSearch($_GET['for']); + print $fspot->startSearch(); break; case 'update_sort_order': -- cgit v1.2.3-18-g5258