mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +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
|
||||
*/
|
||||
function methods()
|
||||
static public function methods()
|
||||
{
|
||||
$methods = array();
|
||||
$disabled_functions = explode(',', @ini_get('disable_functions'));
|
||||
|
Reference in New Issue
Block a user