diff options
Diffstat (limited to 'engine/lib/upgrades/2008100701.php')
-rw-r--r-- | engine/lib/upgrades/2008100701.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2008100701.php b/engine/lib/upgrades/2008100701.php new file mode 100644 index 000000000..b8d4dfdbc --- /dev/null +++ b/engine/lib/upgrades/2008100701.php @@ -0,0 +1,7 @@ +<?php + +/** + * Because Elgg now has a plugable account activation process we need to activate + * the email account activation plugin for existing installs. + */ +enable_plugin('uservalidationbyemail', $CONFIG->site->guid); |