aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-24 19:25:47 -0800
committerFriendika <info@friendika.com>2010-11-24 19:25:47 -0800
commit9d7130e40382c316f5430ace4b9ca16a998a7432 (patch)
tree691dfc2d881b20f14784bc889b8e4d02dc99aa58 /include/items.php
parentd855371fa5509506a85a150b3edb56277e1212e0 (diff)
downloadvolse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.tar.gz
volse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.tar.bz2
volse-hubzilla-9d7130e40382c316f5430ace4b9ca16a998a7432.zip
tag search boolean mode
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php1
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']);