summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-12 23:51:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-12 23:51:19 +0000
commit049a8896f5a2018491a536a889feb5a21d71b973 (patch)
treeb73a2ebb4999b184ffe9a840a8e9474a7d9c4972 /includes
parent634139528322a045b07839fb9d8deea8ddb34230 (diff)
downloadbrdo-049a8896f5a2018491a536a889feb5a21d71b973.tar.gz
brdo-049a8896f5a2018491a536a889feb5a21d71b973.tar.bz2
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.
Diffstat (limited to 'includes')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 01864cd31..db2838aae 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -577,7 +577,7 @@ function drupal_install_modules($module_list = array(), $disable_modules_install
*
* Used during installation to install modules one at a time and then
* enable them, or to install a number of modules at one time
- * from admin/structure/modules.
+ * from admin/config/modules.
*
* @param $module
* The machine name of the module to install.