summaryrefslogtreecommitdiff
path: root/modules/user/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-26 09:36:51 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-26 10:05:25 -0700
commit274d4680fad4aa8254b35b4906847d262b53cd33 (patch)
tree3744da21c47080691e71ef503675691c2946767f /modules/user/helpers
parente4eedbce2298535540cb651d75ba6f1bf42cf02b (diff)
Upgrade the gallery module to version 16 to reflect the refactoring of the user module into an identity provider. Change how we determine if there are available groups that we need to export
Diffstat (limited to 'modules/user/helpers')
-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 520f580c..cc8e71ea 100644
--- a/modules/user/helpers/user_installer.php
+++ b/modules/user/helpers/user_installer.php
@@ -79,7 +79,7 @@ class user_installer {
access::allow($registered, "view", $root);
access::allow($registered, "view_full", $root);
- module::set_var("gallery", "identity_provider", "user");
+
module::set_version("user", 1);
}