Parser error fixed, lint.sh is now displaying no duplicates
authorRoland Häder <roland@mxchange.org>
Sun, 7 Oct 2012 13:28:27 +0000 (13:28 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 7 Oct 2012 13:28:27 +0000 (13:28 +0000)
inc/install/install_page_2.php

index e14e211f3f9b8cd0e39f6df04092d39d6550f46a..f286b4c72fa9c6bb94fad779b7561fac52675dfb 100644 (file)
@@ -59,7 +59,7 @@ if (ifFatalErrorsDetected()) {
 
 // Prepare content array
 $content = array(
-       'mysql_host'   => $GLOBALS['install_mysql'['host',
+       'mysql_host'   => $GLOBALS['install_mysql']['host'],
 
 // [EOF]
 ?>