We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c80b5 commit 6e93251Copy full SHA for 6e93251
1 file changed
qa-include/pages/ask.php
@@ -268,7 +268,7 @@
268
if (!qa_opt('allow_no_category')) // don't auto-select a category even though one is required
269
$field['options'][''] = '';
270
271
- qa_array_insert($qa_content['form']['fields'], 'content', array('category' => $field));
+ qa_array_insert($qa_content['form']['fields'], 'similar', array('category' => $field));
272
}
273
274
if (qa_opt('extra_field_active')) {
0 commit comments