summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-05-07 11:55:23 -0700
committerBharat Mediratta <bharat@menalto.com>2012-05-07 11:58:05 -0700
commit447e76f6f35919f5402566674795f2fa5b387b9b (patch)
tree3e36f0420a842cbd79f47fec7bd66b7c1ec9a271 /modules
parent11ee6d50acf8849347c2c37dc15697830ff854d0 (diff)
Improve IdentityProvider switching code, patch thanks to Reklov
Nesalk. Fixes #1834.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/helpers/user_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php
index c07b624f..1ba1aeaf 100644
--- a/modules/user/helpers/user_installer.php
+++ b/modules/user/helpers/user_installer.php
@@ -22,7 +22,7 @@ class user_installer {
return array("warn" => array(IdentityProvider::confirmation_message()));
}
- static function install() {
+ static function activate() {
IdentityProvider::change_provider("user");
// Set the latest version in initialize() below
}