mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Merge branch 'release/1.7.8' into develop
This commit is contained in:
commit
d4e10dd338
16 changed files with 75 additions and 60 deletions
|
|
@ -88,7 +88,7 @@ class ConditionTag
|
|||
{
|
||||
if(isset($condition->attrs->default))
|
||||
{
|
||||
$operationList = array('in' => 1, 'between' => 1, 'not in' => 1);
|
||||
$operationList = array('in' => 1, 'between' => 1, 'notin' => 1, 'not_in' => 1);
|
||||
if(isset($operationList[$this->operation]))
|
||||
{
|
||||
$default_value = $condition->attrs->default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue