From d87f5c8477e6d2c79ad3542d1d4179c1d5e887be Mon Sep 17 00:00:00 2001 From: "Thomas E. Horner" Date: Sat, 15 Oct 2011 08:19:14 +0200 Subject: [PATCH] fix for setting the correct return status (poggenpower) --- 3.0/modules/remote/libraries/GalleryRemoteReply.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/modules/remote/libraries/GalleryRemoteReply.php b/3.0/modules/remote/libraries/GalleryRemoteReply.php index 8dc8f4aa..555cfa19 100644 --- a/3.0/modules/remote/libraries/GalleryRemoteReply.php +++ b/3.0/modules/remote/libraries/GalleryRemoteReply.php @@ -46,7 +46,7 @@ class GalleryRemoteReply_Core { } public function send($status='') { - if($status!='') $reply->set('status', $status); + if($status!='') $this->set('status', $status); //ksort($this->values); echo '#__GR2PROTO__'.$this->nl;