diff options
Diffstat (limited to 'engine/lib/upgrades/2008100701.php')
-rw-r--r-- | engine/lib/upgrades/2008100701.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2008100701.php b/engine/lib/upgrades/2008100701.php index 394a90046..38837f81d 100644 --- a/engine/lib/upgrades/2008100701.php +++ b/engine/lib/upgrades/2008100701.php @@ -4,4 +4,4 @@ * 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); |