1
0
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:
Cesar G
2013-12-19 19:36:49 -08:00
parent 9db8665a54
commit d512197bb9

View File

@ -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;