From 6e2695f94ae726228072037d5007c9e72c0d1fe0 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Oct 2013 04:13:35 -0700 Subject: that would've messed it up --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3