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 1f01633..6c94e8f 100644
--- a/rpc.php
+++ b/rpc.php
@@ -54,11 +54,11 @@ class PHPFSPOT_RPC {
break;
case 'show_available_tags':
- $fspot->getAvailableTags();
+ print $fspot->getAvailableTags();
break;
case 'show_selected_tags':
- $fspot->getSelectedTags();
+ print $fspot->getSelectedTags();
break;
case 'addtag':