Skip to content

Commit 395a792

Browse files
minor fix
1 parent d1ba4f1 commit 395a792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function submitForm($ajax = false) {
7575

7676
$labels = [];
7777
foreach ($params->get('fields', []) as $field) {
78-
$labels[$field->name] = ['label' => self::getLabelText($field), 'type', $field->type];
78+
$labels[$field->name] = ['label' => self::getLabelText($field), 'type' => $field->type];
7979
}
8080

8181
$values = [];

0 commit comments

Comments
 (0)