Skip to content

Commit

Permalink
fix(questionrange): bad search option indexing
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
btry committed Feb 15, 2021
1 parent 935168a commit f73aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/questionrange.class.php
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ public function rawSearchOptions() {
];

$tab[] = [
'id' => '4',
'id' => '5',
'table' => $this::getTable(),
'field' => 'range_max',
'name' => __('maximum range', 'formcreator'),

0 comments on commit f73aa11

Please sign in to comment.