aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_poll.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-10 14:21:33 -0800
committerFriendika <info@friendika.com>2010-12-10 14:21:33 -0800
commite70551eeec9a1652d16c526dc4885b4ff243caa0 (patch)
tree5839a3e62a08e7a56d4e1913b80bf187cee7ce7f /mod/dfrn_poll.php
parentf027e7e92082d46395e8dbcef3f77b47c22b98da (diff)
downloadvolse-hubzilla-e70551eeec9a1652d16c526dc4885b4ff243caa0.tar.gz
volse-hubzilla-e70551eeec9a1652d16c526dc4885b4ff243caa0.tar.bz2
volse-hubzilla-e70551eeec9a1652d16c526dc4885b4ff243caa0.zip
set encryption vars to empty when contact not found
Diffstat (limited to 'mod/dfrn_poll.php')
-rw-r--r--mod/dfrn_poll.php2
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))) {