diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ class PHPFSPOT_RPC { case 'show_photo_index': + $_SESSION['begin_with'] = $_GET['begin_with']; $fspot->showPhotoIndex(); break; |