diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:12:13 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:12:13 +0000 |
commit | fe4a53b76e7e55eafce56d502737ad3f5dcf2423 (patch) | |
tree | ffec03fb57a895f87b79d7aae30d17bf9d25d64f /phpBB/install/install_update.php | |
parent | dfb0907779fb8b955676759fae9c2e1e4e5f81eb (diff) | |
download | forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.gz forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.bz2 forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.xz forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.zip |
Help the user if FTP update fails.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9035 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r-- | phpBB/install/install_update.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index baab23c56c..8ff7427b09 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -896,8 +896,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; } |