diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dfrn_poll.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php index 20fdc8f79..a8c27efc1 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))) { |