summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');
}
/**