mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12077] Fix strict standards error.
PHPBB3-12077
This commit is contained in:
parent
e3e34add7f
commit
9d34170b32
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class transfer
|
|||
/**
|
||||
* Determine methods able to be used
|
||||
*/
|
||||
function methods()
|
||||
static public function methods()
|
||||
{
|
||||
$methods = array();
|
||||
$disabled_functions = explode(',', @ini_get('disable_functions'));
|
||||
|
|
Loading…
Add table
Reference in a new issue