Fix typos.
This commit is contained in:
parent
95a9945fc2
commit
e599042c7d
|
@ -4095,10 +4095,10 @@ class JsonLdProcessor {
|
||||||
// get existing embed
|
// get existing embed
|
||||||
$embeds = $state->uniqueEmbeds;
|
$embeds = $state->uniqueEmbeds;
|
||||||
$embed = $embeds->{$id};
|
$embed = $embeds->{$id};
|
||||||
$property = $embed->property;
|
$property = $embed['property'];
|
||||||
|
|
||||||
// create reference to replace embed
|
// create reference to replace embed
|
||||||
$subject = (object)array('@id' => id);
|
$subject = (object)array('@id' => $id);
|
||||||
|
|
||||||
// remove existing embed
|
// remove existing embed
|
||||||
if(is_array($embed->parent)) {
|
if(is_array($embed->parent)) {
|
||||||
|
|
Loading…
Reference in a new issue