summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-04 21:42:39 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-04 21:52:40 +0200
commit89f78a74b9e4633e92eaf7a47da8b5242edc38e0 (patch)
tree6d537fb7fd3146bad51bf5ba882d93eff5be841d
parentca733ba231fa3da5dc9c6eb0d80eca175c7afe5e (diff)
showPhotoIndex() returns now the content instead of print it out
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r--rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc.php b/rpc.php
index e2da768..f4a93ce 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'];
- return $phpfspot->showPhotoIndex();
+ print $phpfspot->showPhotoIndex();
break;
case 'showcredits':