blob: cf976e84ce12e82c33ef8be4428ee192e6176649 (
plain)
1
2
3
4
5
6
7
8
|
<?php
/// Activate mail plugin
/**
* 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);
?>
|