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