Remove unused variable in Protocol\PortableContact

This commit is contained in:
Hypolite Petovan 2017-12-17 16:22:58 -05:00
parent df02238659
commit b8e41906a4
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ class PortableContact
}
/// @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;
}