Remove extra parameter.

This commit is contained in:
Dave Longley 2013-02-11 15:44:20 -05:00
parent 4948365c1a
commit 1bcef39068
1 changed files with 1 additions and 2 deletions

View File

@ -2659,8 +2659,7 @@ class JsonLdProcessor {
sort($keys);
foreach($keys as $key) {
if($key !== '@id') {
$element->{$key} = $this->_labelBlankNodes(
$namer, $element->{$key}, $key === '@type');
$element->{$key} = $this->_labelBlankNodes($namer, $element->{$key});
}
}
}