summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-04 21:20:50 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-04 21:20:50 +0000
commit781235a525790acccc9b411c04ed39e590781a0d (patch)
tree743e546fe1ff72f1f71b4d2eea533e21819301fe /profiles
parent4980327172bee2eaee1d401fef900f924d41a383 (diff)
downloadbrdo-781235a525790acccc9b411c04ed39e590781a0d.tar.gz
brdo-781235a525790acccc9b411c04ed39e590781a0d.tar.bz2
- Patch #108272 by webchick, Ralf et al: improved handling of required modules in install profiles.
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 4f1915afe..be884cfd6 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('block', 'color', 'comment', 'filter', 'help', 'node', 'system', 'taxonomy', 'user', 'watchdog');
+ return array('color', 'comment', 'help', 'taxonomy');
}
/**