[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 * 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;