X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fpo2php.php;h=75442406a1a54d80c14734258f18f4dd8f64540e;hb=b9387c0a638b344f0c30b21575599bffa6966582;hp=34142c66911efdb48d7c6ae5af50bfbd8729fbbb;hpb=b830d839f0ad886cd861ccd5f5b45fa853845b8e;p=friendica.git diff --git a/util/po2php.php b/util/po2php.php index 34142c6691..75442406a1 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -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);