1
0

fix for setting the correct return status (poggenpower)

This commit is contained in:
Thomas E. Horner 2011-10-15 08:19:14 +02:00
parent 0b0144d544
commit d87f5c8477

View File

@ -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;