* [highgo] Fix exception.
This commit is contained in:
@@ -266,6 +266,7 @@ class HTMLPurifier_Lexer_DOMLex extends HTMLPurifier_Lexer
|
||||
}
|
||||
$array = array();
|
||||
foreach ($node_map as $attr) {
|
||||
if(!isset($attr->name)) continue;
|
||||
$array[$attr->name] = $attr->value;
|
||||
}
|
||||
return $array;
|
||||
|
||||
Reference in New Issue
Block a user