diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 09:44:14 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:52:25 +0200 |
commit | 867cf65e5ec98f5be8529a584329385814543e4d (patch) | |
tree | e277eac7780d78ec203a776b02a004a2d495afb5 /rpc.php | |
parent | 7e03ea33b5466be8d499925972a5d044e9695d3d (diff) |
issue118, user-friendly-url to directly address a photo or a photo-view
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ class PHPFSPOT_RPC { if(isset($_GET['last_photo']) && is_numeric($_GET['last_photo'])) $_SESSION['last_photo'] = $_GET['last_photo']; - $phpfspot->showPhotoIndex(); + return $phpfspot->showPhotoIndex(); break; case 'showcredits': |