Small fix
This commit is contained in:
parent
4cdd720082
commit
89dfec9e39
@ -33,7 +33,7 @@ class MicrodataParser
|
|||||||
|
|
||||||
$memory[] = $item;
|
$memory[] = $item;
|
||||||
|
|
||||||
$result->type = $this->tokenizeAttribute('itemtype');
|
$result->type = $item->tokenizeAttribute('itemtype');
|
||||||
// @todo Check if types are valid absolute urls
|
// @todo Check if types are valid absolute urls
|
||||||
|
|
||||||
if ($item->hasAttribute('itemid')) {
|
if ($item->hasAttribute('itemid')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user