mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
PHPBB3-17139
This commit is contained in:
parent
bddb4decfb
commit
c2c7c271e7
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class ftp extends transfer
|
|||
}
|
||||
|
||||
// Init some needed values
|
||||
$this->transfer();
|
||||
parent::__construct();
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue