Fix up build errors

This commit is contained in:
Nikolaj Geisle
2022-04-01 14:49:39 +02:00
parent 70a00901b4
commit c6e7e139e9
11 changed files with 22 additions and 21 deletions

View File

@@ -102,7 +102,7 @@ namespace Umbraco.Cms.Core.IO
/// <param name="puid">The unique identifier of the property type owning the file.</param>
/// <returns>The filesystem-relative path to the media file.</returns>
/// <remarks>With the old media path scheme, this CREATES a new media path each time it is invoked.</remarks>
public string GetMediaPath(string? filename, Guid? cuid, Guid? puid)
public string GetMediaPath(string? filename, Guid cuid, Guid puid)
{
filename = Path.GetFileName(filename);
if (filename == null)