Fix number constant used in Console\PoToPhp
This commit is contained in:
parent
91eb644743
commit
11e68b70bb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ HELP;
|
|||
$out .= '"' . $v . '"';
|
||||
}
|
||||
|
||||
$v = substr($l, 8, $len - 11);
|
||||
$v = substr($l, 8, $len - 10);
|
||||
$v = preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $v);
|
||||
|
||||
$inv = true;
|
||||
|
|
Loading…
Reference in a new issue