1
0
Fork 0

tag search boolean mode

This commit is contained in:
Friendika 2010-11-24 19:25:47 -08:00
commit 9d7130e403
3 changed files with 4 additions and 5 deletions

View file

@ -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']);