blob: 394a9004694b69099c8b2e666488ff393cfe2fe0 (
plain)
1
2
3
4
5
6
7
|
<?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);
|