diff options
author | Friendika <info@friendika.com> | 2010-11-24 19:25:47 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-24 19:25:47 -0800 |
commit | 9d7130e40382c316f5430ace4b9ca16a998a7432 (patch) | |
tree | 691dfc2d881b20f14784bc889b8e4d02dc99aa58 /include | |
parent | d855371fa5509506a85a150b3edb56277e1212e0 (diff) | |
download | volse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.tar.gz volse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.tar.bz2 volse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.zip |
tag search boolean mode
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index b5e901c91..c5857f7fd 100644 --- a/include/items.php +++ b/include/items.php @@ -674,7 +674,6 @@ function dfrn_deliver($owner,$contact,$atom) { $final_dfrn_id = ''; - if(($contact['duplex'] && strlen($contact['prvkey'])) || ($owner['page-flags'] == PAGE_COMMUNITY)) { openssl_private_decrypt($sent_dfrn_id,$final_dfrn_id,$contact['prvkey']); openssl_private_decrypt($challenge,$postvars['challenge'],$contact['prvkey']); |