diff --git a/phpBB/install.php b/phpBB/install.php
index 84b339e308..81d181bcbb 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -407,7 +407,7 @@ else if( !empty($HTTP_POST_VARS['ftp_file']) && !defined("PHPBB_INSTALLED") )
//
// Error couldn't get connected... Go back to option to send file...
//
- $s_hidden_fields = '';
+ $s_hidden_fields = '';
$s_hidden_fields .= '';
if( $upgrade == 1 )
{
@@ -908,4 +908,4 @@ else
}
}
-?>
\ No newline at end of file
+?>