We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5508dc3 commit 86b5a10Copy full SHA for 86b5a10
inc/fields.class.php
@@ -76,7 +76,7 @@ public static function getNames() {
76
foreach (array_keys($tab_field_types) as $field_type) {
77
$classname = 'PluginFormcreator' . ucfirst($field_type) . 'Field';
78
79
- if ($classname == 'tagField' &&(!$plugin->isInstalled('tag') || !$plugin->isActivated('tag'))) {
+ if ($classname == 'PluginFormcreatorTagField' && !$plugin->isActivated('tag')) {
80
continue;
81
}
82
0 commit comments