mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
cs
This commit is contained in:
@@ -1427,7 +1427,7 @@ class Parser
|
||||
$isDecrement = true;
|
||||
|
||||
$value = rtrim(substr($value, 0, -2));
|
||||
} else if (str_ends_with($expression, ']') && str_contains($expression, '[')) {
|
||||
} else if (str_ends_with($expression, ']') && str_contains($expression, '[')) {
|
||||
$bracketPosition = strpos($expression, '[');
|
||||
|
||||
$value = substr($expression, 1, $bracketPosition - 1);
|
||||
|
||||
Reference in New Issue
Block a user