backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-06-15 12:56:21 +02:00
parent cbbabcbc64
commit 219778907d
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class FileManagerAdminController extends AdminController
}
return $this->redirectToRoute('admin_file_manager_index', [
'path' => $info->getRelativePath(),
'path' => $info->getRelativePathname(),
]);
}