diff options
Diffstat (limited to 'engine/lib/upgrades/2008100701.php')
-rw-r--r-- | engine/lib/upgrades/2008100701.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/lib/upgrades/2008100701.php b/engine/lib/upgrades/2008100701.php index cf976e84c..394a90046 100644 --- a/engine/lib/upgrades/2008100701.php +++ b/engine/lib/upgrades/2008100701.php @@ -1,8 +1,7 @@ <?php /// Activate mail plugin /** - * Because Elgg now has a plugable account activation process we need to activate + * 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); -?>
\ No newline at end of file + */ + enable_plugin('uservalidationbyemail', $CONFIG->site->guid);
\ No newline at end of file |