Small fix

This commit is contained in:
Yusuf Kandemir 2018-11-11 22:49:31 +03:00
parent 4cdd720082
commit 89dfec9e39
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class MicrodataParser
$memory[] = $item;
$result->type = $this->tokenizeAttribute('itemtype');
$result->type = $item->tokenizeAttribute('itemtype');
// @todo Check if types are valid absolute urls
if ($item->hasAttribute('itemid')) {