@@ -44,8 +44,8 @@ |
||
| 44 | 44 | |
| 45 | 45 | $firstTime = true; |
| 46 | 46 | if ($this->whereAdded === false && count($conditions)) { |
| 47 | - $whereQuery[] = 'WHERE'; |
|
| 48 | - $this->whereAdded = true; |
|
| 47 | + $whereQuery[] = 'WHERE'; |
|
| 48 | + $this->whereAdded = true; |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | foreach ($conditions as $where) { |