aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-21 14:03:47 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-21 14:03:47 +0000
commit243215ec60e151099b366251be521b12b7c1e02b (patch)
tree695025355deb2f5211dd333e25a14c971d46c121 /engine/lib/access.php
parent45809013256e8c5eb87fa90a6feee66ec632cb03 (diff)
downloadelgg-243215ec60e151099b366251be521b12b7c1e02b.tar.gz
elgg-243215ec60e151099b366251be521b12b7c1e02b.tar.bz2
merged the fix to get access collection documentation into trunk from 1.7 branch
git-svn-id: http://code.elgg.org/elgg/trunk@7700 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 ef9794802..de246ee20 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -558,7 +558,7 @@ function delete_access_collection($collection_id) {
*
* @param int $collection_id The collection ID
*
- * @return array|false
+ * @return object|false
*/
function get_access_collection($collection_id) {
global $CONFIG;