Commit 7e2e42ce by Scott

Fix minimum tags error when using only categories

parent 8b22a9bf
...@@ -66,7 +66,6 @@ class qa_filter_basic ...@@ -66,7 +66,6 @@ class qa_filter_basic
$question['title'] = isset($question['title']) ? $question['title'] : ''; $question['title'] = isset($question['title']) ? $question['title'] : '';
$question['content'] = isset($question['content']) ? $question['content'] : ''; $question['content'] = isset($question['content']) ? $question['content'] : '';
$question['text'] = isset($question['text']) ? $question['text'] : ''; $question['text'] = isset($question['text']) ? $question['text'] : '';
$question['tags'] = isset($question['tags']) ? $question['tags'] : array();
} }
$qminlength = qa_opt('min_len_q_title'); $qminlength = qa_opt('min_len_q_title');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment