mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15253] Fix method visibility
PHPBB3-15253
This commit is contained in:
parent
7bf1a27db4
commit
9b28b21f9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @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
|
* 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)
|
if ($return_array)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue