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 5ffa1b9 commit 946f47fCopy full SHA for 946f47f
inc/form.class.php
@@ -1828,7 +1828,7 @@ public function export(bool $remove_uuid = false) : array {
1828
/** @var PluginFormcreatorCategory */
1829
$formCategory = PluginFormcreatorCategory::getById($export['plugin_formcreator_categories_id']);
1830
if ($formCategory instanceof CommonDBTM) {
1831
- $export['_plugin_formcreator_category'] = $formCategory->fiels['completename'];
+ $export['_plugin_formcreator_category'] = $formCategory->fields['completename'];
1832
}
1833
1834
// remove non needed keys
0 commit comments