diff --git a/phpBB/includes/functions_transfer.php b/phpBB/includes/functions_transfer.php index f0070b4b1e..4621725be1 100644 --- a/phpBB/includes/functions_transfer.php +++ b/phpBB/includes/functions_transfer.php @@ -281,7 +281,7 @@ class ftp extends transfer } // Init some needed values - $this->transfer(); + parent::__construct(); return; }