diff options
Diffstat (limited to 'include/items.php')
-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']); |