]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/lang/es/strings.php
newmemberwidget IT translation THX Sylke Vicious
[friendica-addons.git] / ijpost / lang / es / strings.php
index 76c9e5f94d1860f6669caa1200fe9d62834cec42..f513d85ba111a666efa21b98632536eef6003ca2 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_es")) {
 function string_plural_select_es($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Insanejournal"] = "Publicar en Insanejournal";