From 44bf48c1cb753dac0cdf18d5a44235712a697f67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Sun, 1 Jul 2007 18:07:04 +0000
Subject: [PATCH] revert requirement for 'update' module, which is not yet in
 Drupal core, but slipped in with http://drupal.org/cvs?commit=71956

---
 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 ac9f2ce25642..7a2a6b14046d 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -8,7 +8,7 @@
  *  An array of modules to be enabled.
  */
 function default_profile_modules() {
-  return array('color', 'comment', 'help', 'taxonomy', 'dblog', 'update');
+  return array('color', 'comment', 'help', 'taxonomy', 'dblog');
 }
 
 /**
-- 
GitLab