summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-04 09:44:14 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-04 21:52:25 +0200
commit867cf65e5ec98f5be8529a584329385814543e4d (patch)
treee277eac7780d78ec203a776b02a004a2d495afb5 /rpc.php
parent7e03ea33b5466be8d499925972a5d044e9695d3d (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.php2
1 files changed, 1 insertions, 1 deletions
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':