summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
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':