From c528bc60e653021065aaacfb7e7400961a10beb2 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 4 Jul 2009 13:39:52 +0000
Subject: [PATCH] #510058 by catch: Add toolbar module to default.profile.

---
 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..a0b78930bd60 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', 'search', 'toolbar');
 }
 
 /**
-- 
GitLab