mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/12077] Fix strict standards error.
PHPBB3-12077
This commit is contained in:
@@ -234,7 +234,7 @@ class transfer
|
|||||||
/**
|
/**
|
||||||
* Determine methods able to be used
|
* Determine methods able to be used
|
||||||
*/
|
*/
|
||||||
function methods()
|
static public function methods()
|
||||||
{
|
{
|
||||||
$methods = array();
|
$methods = array();
|
||||||
$disabled_functions = explode(',', @ini_get('disable_functions'));
|
$disabled_functions = explode(',', @ini_get('disable_functions'));
|
||||||
|
Reference in New Issue
Block a user