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 {
|
else {
|
||||||
$status = 1;
|
$status = 1;
|
||||||
|
$challenge = '';
|
||||||
|
$encrypted_id = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(($type === 'profile') && (strlen($sec))) {
|
if(($type === 'profile') && (strlen($sec))) {
|
||||||
|
|
Loading…
Reference in a new issue