Skip to content

Commit 946f47f

Browse files
committed
fix(form): typo in export code
1 parent 5ffa1b9 commit 946f47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ public function export(bool $remove_uuid = false) : array {
18281828
/** @var PluginFormcreatorCategory */
18291829
$formCategory = PluginFormcreatorCategory::getById($export['plugin_formcreator_categories_id']);
18301830
if ($formCategory instanceof CommonDBTM) {
1831-
$export['_plugin_formcreator_category'] = $formCategory->fiels['completename'];
1831+
$export['_plugin_formcreator_category'] = $formCategory->fields['completename'];
18321832
}
18331833

18341834
// remove non needed keys

0 commit comments

Comments
 (0)