aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-06 19:59:46 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-06 19:59:46 -0800
commit2d799f2c114bbd540a6b2f260e512ad5fcf1db5c (patch)
tree600f2f5557142af4e38010adba7774e66b6976c9 /Zotlabs
parentaa5b7eb98af82f06ac69cd4475f5630705078807 (diff)
downloadvolse-hubzilla-2d799f2c114bbd540a6b2f260e512ad5fcf1db5c.tar.gz
volse-hubzilla-2d799f2c114bbd540a6b2f260e512ad5fcf1db5c.tar.bz2
volse-hubzilla-2d799f2c114bbd540a6b2f260e512ad5fcf1db5c.zip
remove duplicated code
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Zot/Receiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Receiver.php b/Zotlabs/Zot/Receiver.php
index 21573dd7f..b4d5d5ef6 100644
--- a/Zotlabs/Zot/Receiver.php
+++ b/Zotlabs/Zot/Receiver.php
@@ -36,7 +36,7 @@ class Receiver {
$this->messagetype = $this->data['type'];
}
if(! $this->messagetype)
- $error = true;
+ $this->error = true;
$this->sender = ((array_key_exists('sender',$this->data)) ? $this->data['sender'] : null);
$this->recipients = ((array_key_exists('recipients',$this->data)) ? $this->data['recipients'] : null);