From aa5239e0b6a5fce33f9418860e696b644ac3930d Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 6 Aug 2016 16:10:18 +0200 Subject: [PATCH] fixed max_length being called min_length in the example config --- config/config.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.ini b/config/config.example.ini index 5c40fb3..17b5078 100644 --- a/config/config.example.ini +++ b/config/config.example.ini @@ -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