diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 06:09:24 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 06:09:24 -0700 |
commit | 923a322ef57fec97fdf5cbb2a0fd5efd67668911 (patch) | |
tree | af7576a7135b26607b0d8bab78570f028b82a086 /modules/user/helpers | |
parent | 3573544104c68b3f329fd291ab3093d85dbd5694 (diff) |
Change the Admin_Identity_Controller to not destroy the session until after the new provider is installed.
Diffstat (limited to 'modules/user/helpers')
-rw-r--r-- | modules/user/helpers/user_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php index 36c617a8..520f580c 100644 --- a/modules/user/helpers/user_installer.php +++ b/modules/user/helpers/user_installer.php @@ -79,7 +79,6 @@ class user_installer { access::allow($registered, "view", $root); access::allow($registered, "view_full", $root); - user::activate(); module::set_var("gallery", "identity_provider", "user"); module::set_version("user", 1); } |