X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;fp=rpc.php;h=6c94e8f72653a0e6715bd09fe0ee04519c66576e;hp=1f016336b4102a7f10ebad60d0acc6632665f5fa;hb=2c33b25c82ee1b2a5eaf4eb4f8839cc47bf8425e;hpb=5bc350814a9426a89e8ab06728badad9430d4015 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':