mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
code cleanup
This commit is contained in:
parent
3476e21b28
commit
4c08b0ceb6
1 changed files with 1 additions and 1 deletions
|
@ -529,9 +529,9 @@ function probe_url($url, $mode = PROBE_NORMAL, $level = 1) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if(strlen($dfrn)) {
|
||||
$ret = scrape_dfrn(($hcard) ? $hcard : $dfrn, true);
|
||||
|
||||
if(is_array($ret) && x($ret,'dfrn-request')) {
|
||||
$network = NETWORK_DFRN;
|
||||
$request = $ret['dfrn-request'];
|
||||
|
|
Loading…
Reference in a new issue