mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
[ticket/10763] Do not call non-static transfer() statically
PHPBB3-10763
This commit is contained in:
parent
38aef98a69
commit
37dace4967
@ -279,7 +279,7 @@ class ftp extends transfer
|
||||
}
|
||||
|
||||
// Init some needed values
|
||||
transfer::transfer();
|
||||
$this->transfer();
|
||||
|
||||
return;
|
||||
}
|
||||
@ -533,7 +533,7 @@ class ftp_fsock extends transfer
|
||||
}
|
||||
|
||||
// Init some needed values
|
||||
transfer::transfer();
|
||||
$this->transfer();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user