summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc.php b/rpc.php
index 6775647..b5d5d35 100644
--- a/rpc.php
+++ b/rpc.php
@@ -94,9 +94,9 @@ class PHPFSPOT_RPC {
$fspot->showCredits();
break;
- case 'search':
+ case 'tag_search':
- $fspot->startSearch($_GET['for']);
+ $fspot->startTagSearch($_GET['for']);
break;
}