summaryrefslogtreecommitdiff
path: root/profiles/default.profile
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default.profile')
-rw-r--r--profiles/default.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default.profile b/profiles/default.profile
index 1171c5def..158477e56 100644
--- a/profiles/default.profile
+++ b/profiles/default.profile
@@ -8,7 +8,7 @@
* An array of modules to be enabled.
*/
function default_profile_modules() {
- return array('block', 'comment', 'filter', 'help', 'menu', 'node', 'page', 'story', 'system', 'taxonomy', 'user', 'watchdog');
+ return array('block', 'comment', 'filter', 'help', 'menu', 'node', 'system', 'taxonomy', 'user', 'watchdog');
}
/**