FEATURE: prevent 0 length setting in message len

This commit is contained in:
Jeff Atwood 2014-08-29 13:20:23 -07:00
parent 72293073f6
commit 586ce668f8

View File

@ -288,11 +288,13 @@ users:
posting:
min_post_length:
client: true
min: 1
default:
test: 5
default: 20
min_private_message_post_length:
client: true
min: 1
default:
test: 5
default: 10