diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ class PHPFSPOT_RPC { break; case 'search': - print $fspot->startSearch($_GET['for']); + print $fspot->startSearch(); break; case 'update_sort_order': |