Skip to content

Commit e599042

Browse files
committed
Fix typos.
1 parent 95a9945 commit e599042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonld.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4095,10 +4095,10 @@ protected function _removeEmbed($state, $id) {
40954095
// get existing embed
40964096
$embeds = $state->uniqueEmbeds;
40974097
$embed = $embeds->{$id};
4098-
$property = $embed->property;
4098+
$property = $embed['property'];
40994099

41004100
// create reference to replace embed
4101-
$subject = (object)array('@id' => id);
4101+
$subject = (object)array('@id' => $id);
41024102

41034103
// remove existing embed
41044104
if(is_array($embed->parent)) {

0 commit comments

Comments
 (0)