mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15253] Add missing return
PHPBB3-15253
This commit is contained in:
parent
9de384fb22
commit
a01d33b1fa
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class helper
|
||||||
*/
|
*/
|
||||||
public static function make_path_relative($end_path, $start_path)
|
public static function make_path_relative($end_path, $start_path)
|
||||||
{
|
{
|
||||||
self::get_symfony_filesystem()->makePathRelative($end_path, $start_path);
|
return self::get_symfony_filesystem()->makePathRelative($end_path, $start_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue