summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-29 21:39:17 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-29 21:39:17 +0000
commit64c80a947d1949ec4e4a9009867b6ab4e8586d41 (patch)
tree5d8f6133bbdcf6b019c8d19709d55fbb7efa8c1b /profiles
parente0bd4cb212eef308aff38198fe7861afc568bdb1 (diff)
downloadbrdo-64c80a947d1949ec4e4a9009867b6ab4e8586d41.tar.gz
brdo-64c80a947d1949ec4e4a9009867b6ab4e8586d41.tar.bz2
#476934 by catch: Enable Path module in the default profile.
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 42e0fee9c..c12e36ad1 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -8,7 +8,7 @@
* An array of modules to enable.
*/
function default_profile_modules() {
- return array('block', 'color', 'comment', 'help', 'menu', 'taxonomy', 'dblog');
+ return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog');
}
/**