limit width/height for thumb display
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index 0bdccc9fde733c14972b02f1d8eaab7ab64635cb..6775647ca6acd84a1b8564bee1c204051ac39e3c 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -80,6 +80,7 @@ class PHPFSPOT_RPC {
 
          case 'show_photo_index':
 
+            $_SESSION['begin_with'] = $_GET['begin_with'];
             $fspot->showPhotoIndex();
             break;