mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 02:55:41 +02:00
[ticket/12077] Fix another strict standards error.
PHPBB3-12077
This commit is contained in:
@ -287,7 +287,7 @@ class ftp extends transfer
|
||||
/**
|
||||
* Requests data
|
||||
*/
|
||||
function data()
|
||||
static public function data()
|
||||
{
|
||||
global $user;
|
||||
|
||||
@ -541,7 +541,7 @@ class ftp_fsock extends transfer
|
||||
/**
|
||||
* Requests data
|
||||
*/
|
||||
function data()
|
||||
static public function data()
|
||||
{
|
||||
global $user;
|
||||
|
||||
|
Reference in New Issue
Block a user