diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ class PHPFSPOT_RPC { break; case 'get_export': + /* $_GET['mode'] will be validated by getExport() */ $fspot->getExport($_GET['mode']); break; |