aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-06 19:29:01 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-06 19:29:01 -0800
commit4d301bc5a698d8a3f8081d3b7acec85546b7d0bd (patch)
tree53ab7f0c3dbeb73c76debced5563a495a1fe7478 /Zotlabs
parent4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb (diff)
downloadvolse-hubzilla-4d301bc5a698d8a3f8081d3b7acec85546b7d0bd.tar.gz
volse-hubzilla-4d301bc5a698d8a3f8081d3b7acec85546b7d0bd.tar.bz2
volse-hubzilla-4d301bc5a698d8a3f8081d3b7acec85546b7d0bd.zip
comment order
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Zot/Receiver.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Zot/Receiver.php b/Zotlabs/Zot/Receiver.php
index b74efe804..493d6fd08 100644
--- a/Zotlabs/Zot/Receiver.php
+++ b/Zotlabs/Zot/Receiver.php
@@ -2,7 +2,6 @@
namespace Zotlabs\Zot;
-
class Receiver {
protected $data;
@@ -82,8 +81,8 @@ class Receiver {
zot_reply_ping();
break;
case 'pickup':
- zot_reply_pickup($this->data);
/* perform site validation, as opposed to sender validation */
+ zot_reply_pickup($this->data);
break;
default: