Fix hook_update_N module enabling.

This commit is contained in:
Michael Stenta 2015-07-31 14:32:46 -04:00
parent f2456bf9e3
commit 5208741c15
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function farm_update_7001(&$sandbox) {
);
foreach ($modules as $module) {
if (!module_exists($module)) {
module_enable($module);
module_enable(array($module));
}
}
}