From 3e46e66d932fe943ad672b2b370b2e685c4f2e09 Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 24 Dec 2001 16:41:28 +0000 Subject: [PATCH] Fix for #496173... Stupid me was using $config_data instead of $HTTP_POST_VARS array variable.. #*@& register globals...#&#@ bad habits... git-svn-id: file:///svn/phpbb/trunk@1705 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>