Skip to content
Snippets Groups Projects
Commit a4a592dd authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#198579 follow up by webernet: a small coding style fix

parent 680b99fc
No related branches found
No related tags found
No related merge requests found
......@@ -817,7 +817,7 @@ function _install_module_batch($module, $module_name, &$context) {
// steps.
module_enable(array($module));
$context['results'][] = $module;
$context['message'] = 'Installed '. $module_name. ' module.';
$context['message'] = 'Installed '. $module_name .' module.';
}
/**
......
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