@@ -73,7 +73,7 @@ |
||
| 73 | 73 | if($item == 'and') |
| 74 | 74 | $where = $where->and; |
| 75 | 75 | else if ($item == 'or') |
| 76 | - $where = $where->or; |
|
| 76 | + $where = $where->or; |
|
| 77 | 77 | else if ($item == 'nest') |
| 78 | 78 | $where = $where->nest(); |
| 79 | 79 | else if ($item == 'unnest') |