diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:42:39 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:52:40 +0200 |
commit | 89f78a74b9e4633e92eaf7a47da8b5242edc38e0 (patch) | |
tree | 6d537fb7fd3146bad51bf5ba882d93eff5be841d /rpc.php | |
parent | ca733ba231fa3da5dc9c6eb0d80eca175c7afe5e (diff) |
showPhotoIndex() returns now the content instead of print it out
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']; - return $phpfspot->showPhotoIndex(); + print $phpfspot->showPhotoIndex(); break; case 'showcredits': |