diff options
-rw-r--r-- | profiles/default/default.profile | 2 |
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'); } /** |