diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ class PHPFSPOT_RPC { else { unset($_SESSION['begin_with']); } + if(isset($_GET['last_photo']) && is_numeric($_GET['last_photo'])) + $_SESSION['last_photo'] = $_GET['last_photo']; + $fspot->showPhotoIndex(); break; |