diff --git a/phpBB/phpbb/filesystem/helper.php b/phpBB/phpbb/filesystem/helper.php index 1f434bac50..6dd58008dc 100644 --- a/phpBB/phpbb/filesystem/helper.php +++ b/phpBB/phpbb/filesystem/helper.php @@ -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); } /**