Fix typos.

This commit is contained in:
Dave Longley 2015-02-24 21:56:17 -05:00
parent 95a9945fc2
commit e599042c7d
1 changed files with 2 additions and 2 deletions

View File

@ -4095,10 +4095,10 @@ class JsonLdProcessor {
// get existing embed
$embeds = $state->uniqueEmbeds;
$embed = $embeds->{$id};
$property = $embed->property;
$property = $embed['property'];
// create reference to replace embed
$subject = (object)array('@id' => id);
$subject = (object)array('@id' => $id);
// remove existing embed
if(is_array($embed->parent)) {