Fixes 28157, thumbnails are not shown on upload fields

[TFS Changeset #73321]
This commit is contained in:
hartvig
2010-07-19 10:11:37 +00:00
parent 2ac9741463
commit 60fa1158b4

View File

@@ -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)