summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-10 18:16:19 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-10 18:16:19 +0000
commita4a592dd067362f69c8291d977c619e39d76c031 (patch)
treee4dec9a746756a0e7a31ddb3f40d3226aa035d81 /install.php
parent680b99fcbaed120d4253a4bed397c81c22c58209 (diff)
downloadbrdo-a4a592dd067362f69c8291d977c619e39d76c031.tar.gz
brdo-a4a592dd067362f69c8291d977c619e39d76c031.tar.bz2
#198579 follow up by webernet: a small coding style fix
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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.';
}
/**