빠진 괄호 추가

This commit is contained in:
Min-Soo Kim 2020-12-22 16:37:49 +09:00
parent 83df509d7d
commit 0c08e92a54

View file

@ -260,7 +260,7 @@ class VariableBase
}
// process 'AND' or 'OR' operator
if (in_array($item, $operators)
if (in_array($item, $operators))
{
if ($item === '|')
{