From 9d34170b3204fbad3f864226c77b32d7255cf19a Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 19 Dec 2013 17:14:24 -0800 Subject: [ticket/12077] Fix strict standards error. PHPBB3-12077 --- phpBB/includes/functions_transfer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/functions_transfer.php b/phpBB/includes/functions_transfer.php index 07c9171c60..fb3eec9e0b 100644 --- a/phpBB/includes/functions_transfer.php +++ b/phpBB/includes/functions_transfer.php @@ -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')); -- cgit v1.2.1