From 7194b5b7e8f30fac878f5b1cb021803774f7026a Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 27 Jun 2009 16:23:48 +0000
Subject: [PATCH] Roll-back of #503982 which caused test failures. One day, I
 will learn that not even a *one word* patch is immune from causing test
 failures.

---
 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 67e688fbb01e..45e8e18e5859 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', 'search');
+  return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog');
 }
 
 /**
-- 
GitLab