mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
빠진 괄호 추가
This commit is contained in:
parent
83df509d7d
commit
0c08e92a54
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class VariableBase
|
|||
}
|
||||
|
||||
// process 'AND' or 'OR' operator
|
||||
if (in_array($item, $operators)
|
||||
if (in_array($item, $operators))
|
||||
{
|
||||
if ($item === '|')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue