Merge pull request #2425 from sbwalker/dev
fix new id convention in file server
This commit is contained in:
commit
9ac3fa5269
@ -60,7 +60,7 @@ namespace Oqtane.Pages
|
||||
}
|
||||
|
||||
Models.File file;
|
||||
if (folderpath == "id" && int.TryParse(filename, out int fileid))
|
||||
if (folderpath == "id/" && int.TryParse(filename, out int fileid))
|
||||
{
|
||||
file = _files.GetFile(fileid, false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user