typo
This commit is contained in:
parent
c0a0710f97
commit
a80ab19483
|
@ -590,7 +590,7 @@ function dfrn_request_content(&$a) {
|
|||
$myaddr = $a->user['nickname'] . '@' . substr($a->get_baseurl(), strpos($a->get_baseurl(),'://') + 3 );
|
||||
}
|
||||
}
|
||||
elseif($x($_GET,'addr')) {
|
||||
elseif(x($_GET,'addr')) {
|
||||
$myaddr = hex2bin($_GET['addr']);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue