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;