aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-04 12:55:38 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-04 12:55:38 +0000
commit114bf6e56152d407f660cf5060972f3bfa4fd8ff (patch)
tree05980755aa2773af8774afb52b09149cca04c3ed /engine/lib/access.php
parentf5a5a7b37580e6c5fc34d9b4c5729eeb18e5e7db (diff)
downloadelgg-114bf6e56152d407f660cf5060972f3bfa4fd8ff.tar.gz
elgg-114bf6e56152d407f660cf5060972f3bfa4fd8ff.tar.bz2
Moved the access constant definitions from access.php to elgglib.php, so they'll be loaded initially.
git-svn-id: https://code.elgg.org/elgg/trunk@2638 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r--engine/lib/access.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php
index d3a68fe48..02ca5906a 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -438,13 +438,6 @@
}
- /**
- * Some useful constant definitions
- */
- define('ACCESS_PRIVATE',0);
- define('ACCESS_LOGGED_IN',1);
- define('ACCESS_PUBLIC',2);
-
global $init_finished;
$init_finished = false;