mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Add FIXME for unrecoverable missing variables
This commit is contained in:
parent
a6a2c578f9
commit
5926cd534a
4 changed files with 4 additions and 0 deletions
|
@ -816,6 +816,7 @@ class PortableContact
|
|||
return false;
|
||||
}
|
||||
|
||||
/// @fixme $element is unavailable here
|
||||
$server["site_name"] = $xpath->evaluate($element."//head/title/text()")->item(0)->nodeValue;
|
||||
return $server;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue