mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix optional $id param because of how methodSchema passes a parameter
This commit is contained in:
parent
2ee0d99806
commit
c58dc97d39
@ -189,7 +189,7 @@ class HTMLEditorField_Toolbar extends RequestHandler
|
||||
*
|
||||
* @return null|Form
|
||||
*/
|
||||
public function EditorExternalLink()
|
||||
public function EditorExternalLink($id = null)
|
||||
{
|
||||
/** @var EditorExternalLinkFormFactory $factory */
|
||||
$factory = Injector::inst()->get(EditorExternalLinkFormFactory::class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user