]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/nb-no/strings.php
Merge pull request #5153 from tobiasd/20180531-nl
[friendica.git] / view / lang / nb-no / strings.php
index 18351bada33e62da0a4c9cf5fa7bced35b5c6d38..6f1c49a2242f4537f414900252434b2283b39ef9 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_nb_no")) {
 function string_plural_select_nb_no($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;