Fixed typos.
This commit is contained in:
parent
c8d381111b
commit
915b154d8c
|
@ -2604,10 +2604,10 @@ function _subframe(
|
||||||
$embed = new stdClass();
|
$embed = new stdClass();
|
||||||
$embeds->{$iri} = $embed;
|
$embeds->{$iri} = $embed;
|
||||||
}
|
}
|
||||||
else
|
// replace the existing embed with a reference
|
||||||
|
else if($embed->{$parent} !== null)
|
||||||
{
|
{
|
||||||
// replace the existing embed with a reference and update embed info
|
$embed->{$parent}->{$embed->key} = $value->{'@subject'};
|
||||||
$embed->{$parent}->{$entry->key} = $value->{'@subject'};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// update embed entry
|
// update embed entry
|
||||||
|
|
Loading…
Reference in a new issue