Skip to content

Commit 0915e52

Browse files
committed
dummy method AttachmentFormField::getPrefixedWysiwygId()
1 parent e2c3bd0 commit 0915e52

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

files/lib/system/form/builder/field/AttachmentFormField.class.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ public function readValue() {
134134
}
135135
}
136136
}
137+
138+
/**
139+
* Dummy method in order to be able to use the wysiwyg attachment template
140+
* @return string
141+
*/
142+
public function getPrefixedWysiwygId() {
143+
return '';
144+
}
137145
}

0 commit comments

Comments
 (0)