diff options
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 9e99d82f2..c50e5ccb9 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -713,7 +713,7 @@ function get_entities_from_annotations($entity_type = "", $entity_subtype = "", } if ($owner_guid) { - $options['owner'] = $owner_guid; + $options['owner_guid'] = $owner_guid; } if ($limit) { |