forked from friendica/php-json-ld
Remove extra parameter.
This commit is contained in:
parent
4948365c1a
commit
1bcef39068
|
@ -2659,8 +2659,7 @@ class JsonLdProcessor {
|
||||||
sort($keys);
|
sort($keys);
|
||||||
foreach($keys as $key) {
|
foreach($keys as $key) {
|
||||||
if($key !== '@id') {
|
if($key !== '@id') {
|
||||||
$element->{$key} = $this->_labelBlankNodes(
|
$element->{$key} = $this->_labelBlankNodes($namer, $element->{$key});
|
||||||
$namer, $element->{$key}, $key === '@type');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue