We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3ae91 commit 3dc1f35Copy full SHA for 3dc1f35
src/EditableKeyValueField.php
@@ -6,7 +6,7 @@
6
use SilverStripe\Forms\TextareaField;
7
use SilverStripe\UserForms\Model\EditableFormField;
8
9
-if (class_exists(EditableFormField::class)) {
+if (!class_exists(EditableFormField::class)) {
10
return;
11
}
12
0 commit comments