From 9b28b21f9afb8a7f5fe6151dfc93f1616617c62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 28 Jun 2017 19:03:17 +0200 Subject: [PATCH] [ticket/15253] Fix method visibility PHPBB3-15253 --- phpBB/phpbb/filesystem/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/filesystem/helper.php b/phpBB/phpbb/filesystem/helper.php index ec684ee396..66b7ef380e 100644 --- a/phpBB/phpbb/filesystem/helper.php +++ b/phpBB/phpbb/filesystem/helper.php @@ -226,7 +226,7 @@ class helper * @return string|array|bool returns the resolved path or an array of parts of the path if $return_array is true * or false if path cannot be resolved */ - protected static function resolve_path($path, $prefix = '', $absolute = false, $return_array = false) + public static function resolve_path($path, $prefix = '', $absolute = false, $return_array = false) { if ($return_array) {