diff options
Diffstat (limited to 'includes/module.inc')
-rw-r--r-- | includes/module.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc index 25b33011a..aa031b3ca 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -245,7 +245,9 @@ function module_load_install($module) { * module_load_include('inc', 'node', 'content_types'); * @endcode * - * Do not use this function to load an install file. Use module_load_install() + * Do not use this function to load an install file, use module_load_install() + * instead. Do not use this function in a global context since it requires + * Drupal to be fully bootstrapped, use require_once DRUPAL_ROOT . '/path/file' * instead. * * @param $type |