issue27, first trial of gallery export for HTML and MoinMoin markup
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index 9b56c48308967dd85ef41e9256919836e4d6bef6..704c921a63f9d9da033adbde9a25d9e9ab81e069 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -98,6 +98,11 @@ class PHPFSPOT_RPC {
             $fspot->startTagSearch($_GET['for']);
             break;
 
+         case 'get_export':
+
+            $fspot->getExport($_GET['mode']);
+            break;
+
       }
 
    } // process_ajax_request();