From 64c80a947d1949ec4e4a9009867b6ab4e8586d41 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 29 May 2009 21:39:17 +0000 Subject: #476934 by catch: Enable Path module in the default profile. --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /** -- cgit v1.2.3