We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1ceac commit 0a857d7Copy full SHA for 0a857d7
1 file changed
inc/field/textfield.class.php
@@ -108,7 +108,7 @@ public function getValueForDesign(): string {
108
}
109
110
public function getValueForTargetText($domain, $richText): ?string {
111
- return Sanitizer::encodeHtmlSpecialChars($this->value);
+ return Sanitizer::encodeHtmlSpecialChars($this->value ?? '');
112
113
114
public function moveUploads() {
0 commit comments