addec curly braces

Signed-off-by: Roland Häder <roland@mxchange.org>
Tato revize je obsažena v:
Roland Häder 2017-01-26 10:13:53 +01:00 autor: Roland Haeder
revize 9cb100228a
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID klíče GPG: B72F8185C6C7BD78

Zobrazit soubor

@ -12,10 +12,11 @@ function po2php_run(&$argv, &$argc) {
$pofile = $argv[1];
$outfile = dirname($pofile)."/strings.php";
if (strstr($outfile,'util'))
if (strstr($outfile,'util')) {
$lang = 'en';
else
} else {
$lang = str_replace('-','_',basename(dirname($pofile)));
}