Skip to content

Commit 5fb8fd4

Browse files
committed
fix(targetticket,targetcategory): category question not properly set on display
Signed-off-by: Thierry Bugier <[email protected]>
1 parent dedde0b commit 5fb8fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/targetbase.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ protected function showCategorySettings(PluginFormcreatorForm $form, $rand) {
916916
],
917917
'_category_question',
918918
[
919-
$this->fields['category_question']
919+
'value' => $this->fields['category_question']
920920
]
921921
);
922922
echo '</div>';

0 commit comments

Comments
 (0)