diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,9 +94,9 @@ class PHPFSPOT_RPC { $fspot->showCredits(); break; - case 'search': + case 'tag_search': - $fspot->startSearch($_GET['for']); + $fspot->startTagSearch($_GET['for']); break; } |