diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-11-06 01:47:22 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-11-06 01:47:22 +0000 |
commit | 682289a6e883261707a3fbaddda43439915b6284 (patch) | |
tree | a9e9bba86e786d2fdd7c4c320e405ad5e51973b4 /actions | |
parent | 5d96c9b12fe0ea953ef95af952e588a1898ef1fc (diff) | |
download | elgg-682289a6e883261707a3fbaddda43439915b6284.tar.gz elgg-682289a6e883261707a3fbaddda43439915b6284.tar.bz2 |
Enable search mod upon installation.
git-svn-id: http://code.elgg.org/elgg/trunk@3620 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index ef606315b..9679012e7 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -110,6 +110,7 @@ if (get_input('settings') == 'go') { enable_plugin('diagnostics', $site->getGUID()); enable_plugin('uservalidationbyemail', $site->getGUID()); enable_plugin('htmlawed', $site->getGUID()); + enable_plugin('search', $site->getGUID()); } // Now ping home |