diff --git a/jsonld.php b/jsonld.php index bce7f0b..d6730bc 100644 --- a/jsonld.php +++ b/jsonld.php @@ -4751,8 +4751,6 @@ class JsonLdProcessor { $container_map->{$container} = (object)array( '@language' => new stdClass(), '@type' => new stdClass()); - $container_map->{$container}->{'@language'}->{$default_language} = - (object)array('term' => null, 'propertyGenerators' => array()); } $entry = $container_map->{$container};