]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/bg/strings.php
Merge branch 'develop' into item-activities
[friendica.git] / view / lang / bg / strings.php
index 8d3bf4d5cd7fb608a09ec3fa1e7c3d8e1667e326..b70ac3b1aba306dfe94932c46958269ec764e093 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_bg")) {
 function string_plural_select_bg($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;