Fixes 28157, thumbnails are not shown on upload fields
[TFS Changeset #73321]
This commit is contained in:
@@ -372,7 +372,7 @@ namespace umbraco.editorControls
|
||||
bool hasThumb = false;
|
||||
try
|
||||
{
|
||||
hasThumb = File.Exists(IOHelper.FindFile(fileNameThumb));
|
||||
hasThumb = File.Exists(IOHelper.MapPath(IOHelper.FindFile(fileNameThumb)));
|
||||
}
|
||||
catch { }
|
||||
if (hasThumb)
|
||||
|
||||
Reference in New Issue
Block a user