diff options
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r-- | engine/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php index dd69d2168..3eddd97ac 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -864,7 +864,7 @@ function list_entities_from_access_id($access_id, $entity_type = "", $entity_sub elgg_deprecated_notice("All list_entities* functions were deprecated in 1.8. Use elgg_list_entities* instead.", 1.8); echo elgg_list_entities_from_access_id(array( - 'access_id' => $collection_id, + 'access_id' => $access_id, 'types' => $entity_type, 'subtypes' => $entity_subtype, 'owner_guids' => $owner_guid, |