aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-19 17:14:24 -0800
committerCesar G <prototech91@gmail.com>2013-12-19 17:14:24 -0800
commit9d34170b3204fbad3f864226c77b32d7255cf19a (patch)
treef9527f9277bc5d7680f809da3e8b998b9ec22bb2
parente3e34add7f725457b2a6e4809bbfdd6fa576203d (diff)
downloadforums-9d34170b3204fbad3f864226c77b32d7255cf19a.tar
forums-9d34170b3204fbad3f864226c77b32d7255cf19a.tar.gz
forums-9d34170b3204fbad3f864226c77b32d7255cf19a.tar.bz2
forums-9d34170b3204fbad3f864226c77b32d7255cf19a.tar.xz
forums-9d34170b3204fbad3f864226c77b32d7255cf19a.zip
[ticket/12077] Fix strict standards error.
PHPBB3-12077
-rw-r--r--phpBB/includes/functions_transfer.php2
1 files changed, 1 insertions, 1 deletions
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'));