Update variablebase.php

This commit is contained in:
Min-Soo Kim 2020-12-23 09:18:14 +09:00
parent d23c5f7271
commit a9ff791f4b

View file

@ -237,7 +237,7 @@ class VariableBase
}
break;
case 'search':
list($where, $params) = $this->_parseSearchKeywords($value);
list($where, $params[]) = $this->_parseSearchKeywords($value);
break;
case 'plus':
$where = sprintf('%s = %s + %s', $column, $column, $is_expression ? $value : '?');