From 55f42709ad4a0e24f0f6010e89da0c40c07f3778 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 27 Jun 2009 17:32:00 +0000 Subject: [PATCH] Trying #503982 again. --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**