1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9417 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2009-03-30 13:52:58 +00:00
parent 6d601d3bfc
commit 1f5fd0b721
3 changed files with 5 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ class acp_database
}
@set_time_limit(1200);
@set_time_limit(0);
$time = time();
@@ -555,6 +556,7 @@ class base_extractor
function write_end()
{
static $close;
if ($this->store)
{
if ($close === null)