summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-06 09:00:31 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-06 09:00:31 +0000
commit5f09149caaff7f073101f01ec0ae8f3d251d4b56 (patch)
treed3ec6b0b777010bd2d9955768dde7ae2bb1d32ca /profiles
parent235621a072caff6e05ccf36e4990e084009f7c49 (diff)
downloadbrdo-5f09149caaff7f073101f01ec0ae8f3d251d4b56.tar.gz
brdo-5f09149caaff7f073101f01ec0ae8f3d251d4b56.tar.bz2
#178581 by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns
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 7f33cf5ba..c6dacdfd3 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', 'menu', 'taxonomy', 'dblog', 'update');
+ return array('color', 'comment', 'help', 'menu', 'taxonomy', 'dblog');
}
/**