aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-02 22:59:58 -0700
committerfriendica <info@friendica.com>2013-10-02 22:59:58 -0700
commite1fb45bc4a17fe4b16b6f4d49f620d56009baa96 (patch)
tree4abceafe683aafba37edc4fbbe611d247eba7300 /include/zot.php
parent355c42788412d99801ce0f172dd6dbf529c09baf (diff)
downloadvolse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.gz
volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.bz2
volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.zip
bring back photo shadows (via theme settings)
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 2 insertions, 1 deletions
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');