Avoid warning "Undefined namespace prefix"
This commit is contained in:
parent
11538376ed
commit
3444c29b0b
|
@ -460,7 +460,7 @@ class XML
|
||||||
|
|
||||||
public static function getFirstNodeValue(DOMXPath $xpath, $element, $context = null)
|
public static function getFirstNodeValue(DOMXPath $xpath, $element, $context = null)
|
||||||
{
|
{
|
||||||
$result = $xpath->evaluate($element, $context);
|
$result = @$xpath->evaluate($element, $context);
|
||||||
if (!is_object($result)) {
|
if (!is_object($result)) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user