@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | if ($where["second"] instanceof Expression) { |
89 | - $where["second"] = $this->expressionToString($where["second"]); |
|
89 | + $where["second"] = $this->expressionToString($where["second"]); |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | return "-{$where["boolean"]}_{$where["first"]}_{$where["operator"]}_{$where["second"]}"; |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | |
208 | 208 | $column = ""; |
209 | 209 | |
210 | - if (isset($where["column"]) && $where["column"] instanceof Expression) { |
|
210 | + if (isset($where["column"]) && $where["column"] instanceof Expression) { |
|
211 | 211 | $where["column"] = $this->expressionToString($where["column"]); |
212 | 212 | } |
213 | 213 |