2008100701.php 220 B

12345678
  1. <?php
  2. /**
  3. * Because Elgg now has a plugable account activation process we need to activate
  4. * the email account activation plugin for existing installs.
  5. */
  6. enable_plugin('uservalidationbyemail', $CONFIG->site->guid);