X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=langfilter%2Flang%2Ffr%2Fstrings.php;h=c8dc633e88e9f4ebc852962b70ddbe93f78e6588;hb=9d479810065e760a1633f8bed7f08ee039fe5a68;hp=e9b2c70b9ca77dd5f571d27ec998567dc1f34885;hpb=52e15fd88930b5d463ef8d14eb6e06269a3b0f4d;p=friendica-addons.git diff --git a/langfilter/lang/fr/strings.php b/langfilter/lang/fr/strings.php index e9b2c70b..c8dc633e 100644 --- a/langfilter/lang/fr/strings.php +++ b/langfilter/lang/fr/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_fr")) { function string_plural_select_fr($n){ + $n = intval($n); return ($n > 1);; }} ;