diff --git a/profiles/default/default.profile b/profiles/default/default.profile index 45e8e18e585..67e688fbb01 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -8,7 +8,7 @@ * An array of modules to enable. */ function default_profile_modules() { - return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog'); + return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog', 'search'); } /**