aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-12 22:24:48 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-12 22:24:48 +0000
commitbffcde9dfe570af9cd1c2315e31f13d6d0ebec8e (patch)
tree234d5b3ed2f11adef55863ae7e380b9858390a28 /engine/lib/entities.php
parent833b994f3171ac511872b86fbd51e8314dbc023a (diff)
downloadelgg-bffcde9dfe570af9cd1c2315e31f13d6d0ebec8e.tar.gz
elgg-bffcde9dfe570af9cd1c2315e31f13d6d0ebec8e.tar.bz2
Fixes #3347 fixes comment typo for ege
git-svn-id: http://code.elgg.org/elgg/trunk@8984 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 742630cc7..685c68a5b 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -740,7 +740,7 @@ function elgg_entity_exists($guid) {
* type_subtype_pairs => NULL|ARR (array('type' => 'subtype'))
* (type = '$type' AND subtype = '$subtype') pairs
*
- * entity_guids => NULL|ARR Array of entity guids
+ * guids => NULL|ARR Array of entity guids
*
* owner_guids => NULL|ARR Array of owner guids
*