diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,7 @@ class PHPFSPOT_RPC { $fspot->resetTagSearch(); $fspot->resetTags(); + $fspot->resetPhotoView(); break; case 'tagcondition': @@ -103,6 +104,10 @@ class PHPFSPOT_RPC { $fspot->getExport($_GET['mode']); break; + case 'get_photo_to_show': + $fspot->getCurrentPhoto(); + break; + } } // process_ajax_request(); |