mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +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
|
* Requests data
|
||||||
*/
|
*/
|
||||||
function data()
|
static public function data()
|
||||||
{
|
{
|
||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
@@ -541,7 +541,7 @@ class ftp_fsock extends transfer
|
|||||||
/**
|
/**
|
||||||
* Requests data
|
* Requests data
|
||||||
*/
|
*/
|
||||||
function data()
|
static public function data()
|
||||||
{
|
{
|
||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user