diff options
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 |