summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-06-04 07:31:10 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-06-04 07:31:10 -0700
commitdc84091add715ca4abe4aa80fc32d27fe155ad4c (patch)
treeb3863e8708f4b0ae770a3492efa316b8231f0bb4 /sites
parent49908edcf7742f6807d72b3b42a9413d95dd1c31 (diff)
downloadbrdo-dc84091add715ca4abe4aa80fc32d27fe155ad4c.tar.gz
brdo-dc84091add715ca4abe4aa80fc32d27fe155ad4c.tar.bz2
Issue #2500101 by David_Rothstein: sites/all/modules/README.txt should not imply that clearing caches always works after moving a module to a new subdirectory
Diffstat (limited to 'sites')
-rw-r--r--sites/all/modules/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/all/modules/README.txt b/sites/all/modules/README.txt
index c72b43e4f..6d019e762 100644
--- a/sites/all/modules/README.txt
+++ b/sites/all/modules/README.txt
@@ -6,7 +6,8 @@ Drupal community may be downloaded at http://drupal.org/project/modules.
It is safe to organize modules into subdirectories, such as "contrib" for
contributed modules, and "custom" for custom modules. Note that if you move a
module to a subdirectory after it has been enabled, you may need to clear the
-Drupal cache so that it can be found.
+Drupal cache so that it can be found. (Alternatively, you can disable the
+module before moving it and then re-enable it after the move.)
In multisite configuration, modules found in this directory are available to
all sites. Alternatively, the sites/your_site_name/modules directory pattern may