Remove unused variable in Protocol\PortableContact
This commit is contained in:
parent
df02238659
commit
b8e41906a4
|
@ -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 New Issue
Block a user