From a4a592dd067362f69c8291d977c619e39d76c031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 10 Dec 2007 18:16:19 +0000 Subject: #198579 follow up by webernet: a small coding style fix --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index f01dcbb0a..b81f18c64 100644 --- a/install.php +++ b/install.php @@ -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.'; } /** -- cgit v1.2.3