]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/pt-br/strings.php
Merge pull request #5270 from rabuzarus/201820_-_fix_mod_redir
[friendica.git] / view / lang / pt-br / strings.php
index 1c3d47bc0364c07d681fe8b04f8353017354912f..5df9b3a2ec48bfa9d70cbadb823e9540e5e45cea 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_pt_br")) {
 function string_plural_select_pt_br($n){
+       $n = intval($n);
        return ($n > 1);;
 }}
 ;