From c9d964ff0d6e10e2c962df6eda60766fd8093d85 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 1 Sep 2016 21:20:10 +1200 Subject: [PATCH] Fix HTMLEditorField image reference Regression from moving images into client/src/ subfolder a while ago --- Forms/HTMLEditor/HTMLEditorField_Embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forms/HTMLEditor/HTMLEditorField_Embed.php b/Forms/HTMLEditor/HTMLEditorField_Embed.php index 11e396136..bcf90bb09 100644 --- a/Forms/HTMLEditor/HTMLEditorField_Embed.php +++ b/Forms/HTMLEditor/HTMLEditorField_Embed.php @@ -106,7 +106,7 @@ class HTMLEditorField_Embed extends HTMLEditorField_File } // Default media - return FRAMEWORK_DIR . '/images/default_media.png'; + return FRAMEWORK_DIR . '/client/dist/images/src/default_media.png'; } public function getName()