mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
Fix PoToPhp
https://github.com/friendica/friendica/pull/5072#issuecomment-389754406
This commit is contained in:
parent
2a9d364bb7
commit
f980516545
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ HELP;
|
|||
$fnname = 'string_plural_select_' . $lang;
|
||||
$out .= 'if(! function_exists("' . $fnname . '")) {' . "\n";
|
||||
$out .= 'function ' . $fnname . '($n){' . "\n";
|
||||
$out .= ' $n = intval($n);' . "\n";
|
||||
$out .= ' return ' . $cond . ';' . "\n";
|
||||
$out .= '}}' . "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue