diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,6 +75,11 @@ class PHPFSPOT_RPC { $fspot->resetTags(); break; + case 'show_photo_index': + + $fspot->showPhotoIndex(); + break; + } } // process_ajax_request(); |