summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 17:32:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 17:32:00 +0000
commit55f42709ad4a0e24f0f6010e89da0c40c07f3778 (patch)
tree4cee24c1790581a75a032c21babea427f344d4e1 /profiles
parent27ffb437a2291a2cf751467d00a9dbe9b3ab1565 (diff)
downloadbrdo-55f42709ad4a0e24f0f6010e89da0c40c07f3778.tar.gz
brdo-55f42709ad4a0e24f0f6010e89da0c40c07f3778.tar.bz2
Trying #503982 again.
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 45e8e18e5..67e688fbb 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');
}
/**