Skip to content
Snippets Groups Projects
Commit b4faaa3c authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*.

parent e2efd524
No related branches found
No related tags found
No related merge requests found
......@@ -1854,7 +1854,7 @@ function drupal_system_listing($mask, $directory, $key = 'name', $min_depth = 1)
$files = array();
// Always search sites/all/* as well as the global directories
$searchdir[] = 'sites/all';
$searchdir[] = 'sites/all/'. $directory;
// The 'profiles' directory contains pristine collections of modules and
// themes as organized by a distribution. It is pristine in the same way
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment