[ticket/17139] Fix PHP fatal error for file transfer tool of updater

PHPBB3-17139
This commit is contained in:
rxu 2023-05-24 20:49:01 +07:00
parent bddb4decfb
commit c2c7c271e7
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -281,7 +281,7 @@ class ftp extends transfer
}
// Init some needed values
$this->transfer();
parent::__construct();
return;
}