diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 00:59:30 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 00:59:30 +0000 |
commit | 2cf3233f546dfa38521bd9ec280dbec9a9fb7612 (patch) | |
tree | d002407e665c966bb3ccfeedd672ba77fd26541c /core/helpers/core_installer.php | |
parent | 0f41cab73201ca2669f4cce88d7e195d7cb28285 (diff) |
Get rid of all pseudo users and pseudo groups, while preserving all
other functionality. This makes our user/group and access code
fully consistent.
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r-- | core/helpers/core_installer.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index d2c03948..8f24b659 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -108,10 +108,7 @@ class core_installer { $root->level = 1; $root->set_thumbnail(DOCROOT . "core/tests/test.jpg", 200, 150) ->save(); - access::add_item($root); - access::allow(0, "view", $root); - access::deny(0, "edit", $root); module::set_version("core", 1); } |