fix new id convention in file server
This commit is contained in:
parent
06812d5df8
commit
d1ea141165
|
@ -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…
Reference in New Issue
Block a user