mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
set encryption vars to empty when contact not found
This commit is contained in:
parent
f027e7e920
commit
e70551eeec
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ function dfrn_poll_content(&$a) {
|
|||
}
|
||||
else {
|
||||
$status = 1;
|
||||
$challenge = '';
|
||||
$encrypted_id = '';
|
||||
}
|
||||
|
||||
if(($type === 'profile') && (strlen($sec))) {
|
||||
|
|
Loading…
Reference in a new issue