diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-02 11:22:30 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-02 11:22:30 +0000 |
| commit | c903b453fa00871a11ea988b5e348c3a2741b251 (patch) | |
| tree | d219b75e3038b9ad99bc124249c6eb94f9f580a1 /phpBB/install | |
| parent | 1b10cb9c37201560686fc4f1c54d845a9183ba21 (diff) | |
| download | forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.gz forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.bz2 forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.xz forums-c903b453fa00871a11ea988b5e348c3a2741b251.zip | |
i had these changes sitting... must've been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)
git-svn-id: file:///svn/phpbb/trunk@9042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/database_update.php | 2 | ||||
| -rw-r--r-- | phpBB/install/install_update.php | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index a98bb7e314..b0b6efe62c 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.2-RC2'; +$updates_to_version = '3.0.3-RC1'; // Return if we "just include it" to find out for which version the database update is responsuble for if (defined('IN_PHPBB') && defined('IN_INSTALL')) diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 33a706edf1..8312b3fc55 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -893,8 +893,9 @@ class install_update extends module 'S_FTP_UPLOAD' => true, 'UPLOAD_METHOD' => $method, 'U_ACTION' => append_sid($this->p_master->module_url, "mode=$mode&sub=update_files"), - 'S_HIDDEN_FIELDS' => $s_hidden_fields) - ); + 'U_DOWNLOAD_METHOD' => append_sid($this->p_master->module_url, "mode=$mode&sub=update_files&download=1"), + 'S_HIDDEN_FIELDS' => $s_hidden_fields, + )); return; } |
