summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 16:23:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 16:23:48 +0000
commit7194b5b7e8f30fac878f5b1cb021803774f7026a (patch)
treeac8e83ef9b4736c9d3735b2aca30d3ed4b6cbde2 /profiles
parent1d67642cd832c0c55651b1d24e286c22ee1d4991 (diff)
downloadbrdo-7194b5b7e8f30fac878f5b1cb021803774f7026a.tar.gz
brdo-7194b5b7e8f30fac878f5b1cb021803774f7026a.tar.bz2
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.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 67e688fbb..45e8e18e5 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');
}
/**