From 243215ec60e151099b366251be521b12b7c1e02b Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 21 Dec 2010 14:03:47 +0000 Subject: 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 --- engine/lib/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/access.php') 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; -- cgit v1.2.3