pull/1/head
Friendika 2011-01-22 02:51:31 -08:00
rodzic c0a0710f97
commit a80ab19483
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 {