comment order

This commit is contained in:
redmatrix 2015-12-06 19:29:01 -08:00
parent 4ccd9ae6da
commit 4d301bc5a6

View File

@ -2,7 +2,6 @@
namespace Zotlabs\Zot; namespace Zotlabs\Zot;
class Receiver { class Receiver {
protected $data; protected $data;
@ -82,8 +81,8 @@ class Receiver {
zot_reply_ping(); zot_reply_ping();
break; break;
case 'pickup': case 'pickup':
zot_reply_pickup($this->data);
/* perform site validation, as opposed to sender validation */ /* perform site validation, as opposed to sender validation */
zot_reply_pickup($this->data);
break; break;
default: default: