set encryption vars to empty when contact not found
This commit is contained in:
parent
f027e7e920
commit
e70551eeec
|
@ -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