mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12077] Fix another strict standards error.
PHPBB3-12077
This commit is contained in:
parent
9db8665a54
commit
d512197bb9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue