mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed HTMLEditorField extension call ("updateFieldsForOembed")
This commit is contained in:
parent
29c2b21a2a
commit
d003c96c62
@ -665,7 +665,7 @@ class HtmlEditorField_Toolbar extends RequestHandler {
|
|||||||
), 'CaptionText');
|
), 'CaptionText');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->extend('updateFieldsForImage', $fields, $url, $file);
|
$this->extend('updateFieldsForOembed', $fields, $url, $file);
|
||||||
|
|
||||||
return $fields;
|
return $fields;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user