From ba749b27df4d58c0489c23ce22db9a855224314a Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sun, 25 Jun 2023 05:25:32 -0700 Subject: [PATCH] Update config.php prevent conflict --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index bdeb0acc..d299c1c6 100644 --- a/inc/config.php +++ b/inc/config.php @@ -524,7 +524,7 @@ // Minimum post body length for OPs. $config['min_body_op'] = 0; // Maximum number of lines allowed in a post. - $config['max_lines'] = 100; + $config['maximum_lines'] = 100; // Maximum number of post body lines to show on the index page. $config['body_truncate'] = 15; // Maximum number of characters to show on the index page.