aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-29 22:13:55 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-29 22:13:55 +0000
commitc53476fb51f021230b03bab66e068dd1ac6b4791 (patch)
treef670b13e6c11b8dac1082564eaab2c01efe4e42e /start.php
parent14c26b398bfc50f9607ba38b23290f469f3c6462 (diff)
downloadelgg-c53476fb51f021230b03bab66e068dd1ac6b4791.tar.gz
elgg-c53476fb51f021230b03bab66e068dd1ac6b4791.tar.bz2
fixed permissions problem caused by override
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/start.php b/start.php
index cc7299bfc..1b9ce7b5e 100644
--- a/start.php
+++ b/start.php
@@ -199,8 +199,6 @@
// test that the user can edit the container
return can_write_to_container(0, $entity->container_guid);
}
-
- return false;
}