aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 02:55:15 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 02:55:15 +0000
commit63062efb89546f97a403c8b4d1ecfdcc91d872f6 (patch)
tree49e593b9c578ec45270faafef7420f92b0c0f6a9 /engine/lib/access.php
parent13a1ba548a14cbcce20e0f09ebed4251c9b514b3 (diff)
downloadelgg-63062efb89546f97a403c8b4d1ecfdcc91d872f6.tar.gz
elgg-63062efb89546f97a403c8b4d1ecfdcc91d872f6.tar.bz2
bah! forgot to rename all variables in list_entities_from_access_id
git-svn-id: http://code.elgg.org/elgg/trunk@7217 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r--engine/lib/access.php2
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,