From e1fb45bc4a17fe4b16b6f4d49f620d56009baa96 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Oct 2013 22:59:58 -0700 Subject: bring back photo shadows (via theme settings) --- include/zot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index 8df57bb51..b250557e6 100644 --- a/include/zot.php +++ b/include/zot.php @@ -111,6 +111,8 @@ function zot_zot($url,$data) { * does not have to be host qualified e.g. 'foo' is treated as 'foo@thishub' * @param: array $channel * (optional), if supplied permissions will be enumerated specifically for $channel + * @param: boolean $autofallback + * fallback/failover to http if https connection cannot be established. Default is true. * * @returns: array => see z_post_url and mod/zfinger.php */ @@ -1102,7 +1104,6 @@ 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']) { logger('process_delivery: sender is not owner or author'); -- cgit v1.2.3