diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-07 11:39:39 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-07 11:39:39 +0000 |
commit | a7b0b4fecb4ec10732996def946d175d6fda84fd (patch) | |
tree | 723c03945507c0faf93a6357a12f90b0db38df50 /engine/lib/upgrades/2008100601.php | |
parent | 1c9fafbf3b817ae6fb038c1f25f9e4fd817df929 (diff) | |
download | elgg-a7b0b4fecb4ec10732996def946d175d6fda84fd.tar.gz elgg-a7b0b4fecb4ec10732996def946d175d6fda84fd.tar.bz2 |
Changed the name. Refs #409
git-svn-id: https://code.elgg.org/elgg/trunk@2209 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades/2008100601.php')
-rw-r--r-- | engine/lib/upgrades/2008100601.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engine/lib/upgrades/2008100601.php b/engine/lib/upgrades/2008100601.php deleted file mode 100644 index cf976e84c..000000000 --- a/engine/lib/upgrades/2008100601.php +++ /dev/null @@ -1,8 +0,0 @@ -<?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); -?>
\ No newline at end of file |