]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/lang/de/strings.php
newmemberwidget IT translation THX Sylke Vicious
[friendica-addons.git] / ijpost / lang / de / strings.php
index 3b8dbb6d8a099fee08dcd30fc08b635c96626c1d..acec38902d1a0e7a1f2f173eb52fcd58ec4b8ff5 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";