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

[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

View File

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