summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 15:36:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-27 15:36:45 +0000
commit1d67642cd832c0c55651b1d24e286c22ee1d4991 (patch)
tree3ac6cdec662ee88a6da7ba6a0ae4b62b4ec39e94 /profiles
parentb2862df573327d6a392b893b35828bee007c2740 (diff)
downloadbrdo-1d67642cd832c0c55651b1d24e286c22ee1d4991.tar.gz
brdo-1d67642cd832c0c55651b1d24e286c22ee1d4991.tar.bz2
#503982 by catch: Enable search module in the default profile.
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');
}
/**