mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
closed internal TODO, added parentheses as this is a minimized if/else block
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
b830d839f0
commit
48a1d97f46
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@ function po2php_run(&$argv, &$argc) {
|
|||
$out .= '"' . $v . '"';
|
||||
}
|
||||
if ($k != "") {
|
||||
/// @TODO Maybe add parentheses here?
|
||||
$out .= $arr ? ");\n" : ";\n";
|
||||
$out .= ($arr) ? ");\n" : ";\n";
|
||||
}
|
||||
$arr = false;
|
||||
$k = str_replace("msgid ", "", $l);
|
||||
|
|
Loading…
Reference in a new issue