blob: 38837f81daeab1786f0dec2e21925c0ea79e1eca (
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);
 |