]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/eo/strings.php
Merge pull request #6890 from annando/ap-summary
[friendica.git] / view / lang / eo / strings.php
index c7dbcb4fffdbadee80953a4910e0a11c1f96b8e9..3704fd32fc6a518610a06fbd09ccc8ee8d4ab329 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_eo")) {
 function string_plural_select_eo($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;