mirror of
https://github.com/friendica/friendica
synced 2024-12-23 16:40:17 +00:00
Remove unused variable in Protocol\PortableContact
This commit is contained in:
parent
df02238659
commit
b8e41906a4
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ class PortableContact
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @fixme $element is unavailable here
|
/// @fixme $element is unavailable here
|
||||||
$server["site_name"] = $xpath->evaluate($element."//head/title/text()")->item(0)->nodeValue;
|
$server["site_name"] = $xpath->evaluate("//head/title/text()")->item(0)->nodeValue;
|
||||||
return $server;
|
return $server;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue