Skip to content

Commit

Permalink
Fix getInputHtml call signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Dec 20, 2024
1 parent b7127c4 commit 5268bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreignField/traits/FormHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function renderRedactorField(string $name, array $options): string {
'redactorConfig' => 'Custom.json',
] + $options);

return $redactor->getInputHtml($this->$name);
return $redactor->getInputHtml($this->$name, null);
}


Expand Down

0 comments on commit 5268bed

Please sign in to comment.