PM-2907
This commit is contained in:
@@ -857,7 +857,7 @@ class Language extends BaseLanguage
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
$j = 0;
|
$j = 0;
|
||||||
while ($j !== false) {
|
while ($j !== false) {
|
||||||
$j = strpos($file, $sep . ".translate()", $k);
|
$j = strpos($file, $sep . ".translate(", $k);
|
||||||
if ($j !== false) {
|
if ($j !== false) {
|
||||||
$k = $j + 1;
|
$k = $j + 1;
|
||||||
$label = "";
|
$label = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user