mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15253] Add missing return
PHPBB3-15253
This commit is contained in:
@@ -213,7 +213,7 @@ class helper
|
||||
*/
|
||||
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user