aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-18 15:39:31 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-18 15:39:31 +0000
commit559bf959778a081033228521f41ae284f34175d5 (patch)
tree949656db043677e4ad6d1047dae419374f4faba8 /engine/lib/access.php
parentcfda8475ef579fa819ce65ec35a6d1928b10d1c5 (diff)
downloadelgg-559bf959778a081033228521f41ae284f34175d5.tar.gz
elgg-559bf959778a081033228521f41ae284f34175d5.tar.bz2
Small access fix
git-svn-id: https://code.elgg.org/elgg/trunk@2010 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r--engine/lib/access.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php
index 01cb8a93e..cf4b82609 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -316,8 +316,6 @@
if (!($collection = get_access_collection($collection_id)))
return false;
-
- system_message("$collection_id $user_guid collection");
if ((array_key_exists($collection_id, $collections) || $collection->owner_guid == 0)
&& $user = get_user($user_guid)) {