]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/lang/es/strings.php
remote_permissions addon HU translation added THX Balázs Úr
[friendica-addons.git] / notimeline / lang / es / strings.php
index ec69f6ff745e3893b9bb0a421960f2dce6c0c645..c51e14318bf4c040dc8ef69bb82bfaec98d9f1a1 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["No Timeline settings updated."] = "Ningún ajuste de Línea de Tiempo actualizado";