snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter
http://support.lampcms.com
323 stars 104 forks source link

When MIN_QUESTION_TAGS set to 1 tags require tags not enforced #111

Closed snytkine closed 11 years ago

snytkine commented 11 years ago

When MIN_QUESTION_TAGS set to 1 users still allow to post questions with no tags Only when MIN_QUESTION_TAGS set to 2 the enforcement starts (validation errors added to ask form if number of tags < MIN_QUESTION_TAGS)

snytkine commented 11 years ago

Fixed