diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-29 22:13:55 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-29 22:13:55 +0000 |
commit | c53476fb51f021230b03bab66e068dd1ac6b4791 (patch) | |
tree | f670b13e6c11b8dac1082564eaab2c01efe4e42e | |
parent | 14c26b398bfc50f9607ba38b23290f469f3c6462 (diff) | |
download | elgg-c53476fb51f021230b03bab66e068dd1ac6b4791.tar.gz elgg-c53476fb51f021230b03bab66e068dd1ac6b4791.tar.bz2 |
fixed permissions problem caused by override
-rw-r--r-- | start.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -199,8 +199,6 @@ // test that the user can edit the container
return can_write_to_container(0, $entity->container_guid);
}
-
- return false;
}
|