diff --git a/jsonld.php b/jsonld.php index 7e2a04e..c5edf9c 100644 --- a/jsonld.php +++ b/jsonld.php @@ -4203,7 +4203,7 @@ class JsonLdProcessor { } } else { // prevent circular visitation - $options['link'][$id] = [$input]; + $options['link'][$id] = array($input); } }