Skip to content

Commit

Permalink
fix module install script
Browse files Browse the repository at this point in the history
  • Loading branch information
bulton-fr committed May 8, 2017
1 parent bfe862f commit 043bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bfw_installModules
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ foreach ($listModulesFound as $moduleFindPath) {

if ($specificModule === '' || $specificModule === $module->getName()) {
$module->install($reinstall);
$app->addModuleInstallInstance($module);
$app->addModuleInstall($module);
}
}

Expand Down

0 comments on commit 043bf5d

Please sign in to comment.