This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
set encryption vars to empty when contact not found
pull/1/head
Friendika
11 years ago
parent
f027e7e920
commit
e70551eeec
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mod/dfrn_poll.php
+ 2
- 0
mod/dfrn_poll.php
View File
@ -353,6 +353,8 @@ function dfrn_poll_content(&$a) {
}
else
{
$status
=
1
;
$challenge
=
''
;
$encrypted_id
=
''
;
}
if
((
$type
===
'profile'
)
&&
(
strlen
(
$sec
)))
{
Write
Preview
Loading…
Cancel
Save