summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-01 18:07:04 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-01 18:07:04 +0000
commit44bf48c1cb753dac0cdf18d5a44235712a697f67 (patch)
tree0f3c963a13860a88b3436366f9c4ae7ab49b8e26 /profiles
parente59852d336467e7269853724a28d80bc070bcbf6 (diff)
downloadbrdo-44bf48c1cb753dac0cdf18d5a44235712a697f67.tar.gz
brdo-44bf48c1cb753dac0cdf18d5a44235712a697f67.tar.bz2
revert requirement for 'update' module, which is not yet in Drupal core, but slipped in with http://drupal.org/cvs?commit=71956
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 ac9f2ce25..7a2a6b140 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');
}
/**