Merge pull request #1850 from pijemcolu/temp-U4-9710
U4-9710 ImageCropDataSet.HasImage returns wrong value
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Umbraco.Web.Models
|
||||
|
||||
public bool HasImage()
|
||||
{
|
||||
return string.IsNullOrEmpty(Src);
|
||||
return ! string.IsNullOrEmpty(Src);
|
||||
}
|
||||
|
||||
public string ToHtmlString()
|
||||
|
||||
Reference in New Issue
Block a user