From bcc233b4ae3d41f087b69d6caaccb3d63f011138 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 20 Aug 2018 21:24:53 +0000 Subject: [PATCH] Some miswritten variable ... --- langfilter/langfilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langfilter/langfilter.php b/langfilter/langfilter.php index 1f23ceda..b89c32df 100644 --- a/langfilter/langfilter.php +++ b/langfilter/langfilter.php @@ -94,7 +94,7 @@ function langfilter_addon_settings_post(App $a, &$b) $minlength = 0 + $_POST['langfilter_minlength']; if (!$minlength) { $minlength = 32; - } elseif ($minlengt8h < 0) { + } elseif ($minlength < 0) { $minlength = 32; } PConfig::set(local_user(), 'langfilter', 'minlength', $minlength);