aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-02 04:13:35 -0700
committerfriendica <info@friendica.com>2013-10-02 04:13:35 -0700
commit6e2695f94ae726228072037d5007c9e72c0d1fe0 (patch)
treee0d46faa06758b23837817eb84089e315cd82506 /include
parent266c701034be20cccf42e18cdc336dc896c53d77 (diff)
downloadvolse-hubzilla-6e2695f94ae726228072037d5007c9e72c0d1fe0.tar.gz
volse-hubzilla-6e2695f94ae726228072037d5007c9e72c0d1fe0.tar.bz2
volse-hubzilla-6e2695f94ae726228072037d5007c9e72c0d1fe0.zip
that would've messed it up
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 71aa27a81..945ea0cf9 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1104,7 +1104,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
// We've validated the sender. Now make sure that the sender is the owner or author
// This needs to be done in each process_xxxx function because the data arrays and conditions will be different.
- if($sender['hash'] != $arr['owner_xchan'] && $sender_hash != $arr['author_xchan']) {
+ if($sender['hash'] != $arr['owner_xchan'] && $sender['hash'] != $arr['author_xchan']) {
logger('process_delivery: sender is not owner or author');
return;
}