]> git.mxchange.org Git - friendica-addons.git/commitdiff
Some miswritten variable ...
authorMichael <heluecht@pirati.ca>
Mon, 20 Aug 2018 21:24:53 +0000 (21:24 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 20 Aug 2018 21:24:53 +0000 (21:24 +0000)
langfilter/langfilter.php

index 1f23cedaa7b5e2b727ff511e5873832270caf203..b89c32dfeeb32b7e0d3c5f3aa882c5a23ac86762 100644 (file)
@@ -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);