fix new id convention in file server
This commit is contained in:
		@ -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);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user