From 447e76f6f35919f5402566674795f2fa5b387b9b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 7 May 2012 11:55:23 -0700 Subject: Improve IdentityProvider switching code, patch thanks to Reklov Nesalk. Fixes #1834. --- modules/user/helpers/user_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/helpers') 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 } -- cgit v1.2.3