diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js index 46ff2c43f2..325cc06c4c 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js @@ -105,7 +105,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro scope: $scope, callback: function (img) { if (img) { - var imagePropVal = imageHelper.getImagePropertyValue({ imageModel: img, scope: $scope }); + var data = { alt: img.name, src: (img.url) ? img.url : "nothing.jpg",