aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index c50e5ccb9..f7eaa1344 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -716,6 +716,10 @@ function get_entities_from_annotations($entity_type = "", $entity_subtype = "",
$options['owner_guid'] = $owner_guid;
}
+ if ($group_guid) {
+ $options['container_guid'] = $group_guid;
+ }
+
if ($limit) {
$options['limit'] = $limit;
}