From: Andreas Unterkircher Date: Sun, 4 May 2008 19:42:39 +0000 (+0200) Subject: showPhotoIndex() returns now the content instead of print it out X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=89f78a74b9e4633e92eaf7a47da8b5242edc38e0 showPhotoIndex() returns now the content instead of print it out Signed-off-by: Andreas Unterkircher --- 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':