fixed max_length being called min_length in the example config
This commit is contained in:
parent
e679b342bd
commit
aa5239e0b6
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ trash = 4
|
|||
|
||||
; Comment settings
|
||||
[comments]
|
||||
min_length = 500
|
||||
max_length = 500
|
||||
min_length = 1
|
||||
|
||||
; Content for the contact page, the variables function like a normal associative array
|
||||
|
|
Reference in a new issue