mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-21 13:58:42 +00:00
Fix var name bug
This commit is contained in:
parent
d9524dffe7
commit
f67141e3d9
|
|
@ -486,7 +486,7 @@ class Builder extends BuilderAbstract
|
|||
}
|
||||
|
||||
if (is_string($columns)) {
|
||||
$colums = [$columns];
|
||||
$columns = [$columns];
|
||||
$operator = [$operator];
|
||||
$values = [$values];
|
||||
$boolean = [$boolean];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user