summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-11 15:15:40 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-11 15:15:40 +0000
commit6ec2ff7e1563f7da82f9411878e2c7482b671983 (patch)
tree484b05be33ba384db140fa8f3f3c7386fa2c63f9 /profiles
parent70f9297c100eaa1736b8e136a2e32c9d87b56de4 (diff)
downloadbrdo-6ec2ff7e1563f7da82f9411878e2c7482b671983.tar.gz
brdo-6ec2ff7e1563f7da82f9411878e2c7482b671983.tar.bz2
- Patch #94154 by dww, Earl et al: update notifications for Drupal!
Woot, woot! :)
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 518b377c1..9170a023c 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');
+ return array('color', 'comment', 'help', 'menu', 'taxonomy', 'dblog', 'update');
}
/**