mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
PHPBB3-17139
This commit is contained in:
@@ -281,7 +281,7 @@ class ftp extends transfer
|
||||
}
|
||||
|
||||
// Init some needed values
|
||||
$this->transfer();
|
||||
parent::__construct();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user