limit displayed photos within index to tag selection
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index d8d0743b36bacbffe93bdd1a21e9a3797e25c1d3..c81a7aed35aa1c52a3946433f24f2e20259b5ff7 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -75,6 +75,11 @@ class PHPFSPOT_RPC {
             $fspot->resetTags();
             break;
 
             $fspot->resetTags();
             break;
 
+         case 'show_photo_index':
+
+            $fspot->showPhotoIndex();
+            break;
+
       }
 
    } // process_ajax_request();
       }
 
    } // process_ajax_request();