Skip to content
Snippets Groups Projects
Commit 4d465120 authored by Rob Ballou's avatar Rob Ballou
Browse files

Fixed potential bug with profile paths

parent 46e5bc36
Branches
Tags 8.x-3.0-beta6
No related merge requests found
......@@ -39,7 +39,7 @@ function drush_modulesmith_forge($module_name, $path = DRUSH_MODULESMITH_SMART)
$install_profile = variable_get('install_profile', FALSE);
if ($install_profile) {
$path_preferences = array(
$path_preferences += array(
DRUPAL_ROOT . '/profiles/' . $install_profile . '/modules/custom',
DRUPAL_ROOT . '/profiles/' . $install_profile . '/modules',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment