mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix HTMLEditorField image reference
Regression from moving images into client/src/ subfolder a while ago
This commit is contained in:
parent
aea96f2f9a
commit
c9d964ff0d
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user