aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-06 01:47:22 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-06 01:47:22 +0000
commit682289a6e883261707a3fbaddda43439915b6284 (patch)
treea9e9bba86e786d2fdd7c4c320e405ad5e51973b4 /actions
parent5d96c9b12fe0ea953ef95af952e588a1898ef1fc (diff)
downloadelgg-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.php1
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