Skip to content

Commit 11d9e6b

Browse files
committed
fix(form): bad itemtypes names
1 parent 2d5ad80 commit 11d9e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/form.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ public static function getFormList(int $rootCategory = 0, string $keywords = '',
716716

717717
$table_cat = getTableForItemType(PluginFormcreatorCategory::class);
718718
$table_form = getTableForItemType(PluginFormcreatorForm::class);
719-
$table_section = getTableForItemType(PluginFormcreatorSections::class);
720-
$table_question = getTableForItemType(PluginFormcreatorQuestions::class);
719+
$table_section = getTableForItemType(PluginFormcreatorSection::class);
720+
$table_question = getTableForItemType(PluginFormcreatorQuestion::class);
721721

722722
$categoryFk = PluginFormcreatorCategory::getForeignKeyField();
723723

0 commit comments

Comments
 (0)