From 867cf65e5ec98f5be8529a584329385814543e4d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 4 May 2008 09:44:14 +0200 Subject: issue118, user-friendly-url to directly address a photo or a photo-view Signed-off-by: Andreas Unterkircher --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index 5ff334e..e2da768 100644 --- a/rpc.php +++ b/rpc.php @@ -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': -- cgit v1.2.3-18-g5258