Index: BL/Flow/Proxy/pxProductLijn.cls.xml =================================================================== diff -u -r48986 -r48987 --- BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48986) +++ BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48987) @@ -546,7 +546,7 @@ Set ImageFilePath = "\\Notes01\Images\" _ $P($TR(ImageUrl.Content, "/", "\"), "Notes01\Images", 2,99) } If ($$$HasLength(ImageFilePath)) && ($$$Not(##class(TECH.File).Exists(ImageFilePath))) { - Do ##class(vhLib.Logger).%New().Warning("ControleerProductImageUrl","ImagePath is ongeldig en is aangepast. '" _$$$LCVT(ImageUrl.Content)_"' --> '"_NoImageUrl_"'") + Do ##class(vhLib.Logger).%New().WarningMail("ControleerProductImageUrl","ImagePath is ongeldig en is aangepast. '" _$$$LCVT(ImageUrl.Content)_"' --> '"_NoImageUrl_"'") Set ImageUrl.Content = NoImageUrl } }