From: Friendika Date: Fri, 10 Dec 2010 22:21:33 +0000 (-0800) Subject: set encryption vars to empty when contact not found X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e70551eeec9a1652d16c526dc4885b4ff243caa0;p=friendica.git set encryption vars to empty when contact not found --- diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php index 20fdc8f79c..a8c27efc17 100644 --- a/mod/dfrn_poll.php +++ b/mod/dfrn_poll.php @@ -353,6 +353,8 @@ function dfrn_poll_content(&$a) { } else { $status = 1; + $challenge = ''; + $encrypted_id = ''; } if(($type === 'profile') && (strlen($sec))) {