]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/nl/strings.php
Merge pull request #1093 from tobiasd/20210402-lng
[friendica-addons.git] / dwpost / lang / nl / strings.php
index ddf5083a1e06332d1c635ec4e0266983aeae8138..9295c05b96a60d0f824da664690fcfd1f1a067ae 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Dreamwidth"] = "Plaatsen op Dreamwidth";