summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc.php b/rpc.php
index 0bdccc9..6775647 100644
--- 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;