@@ -41,7 +41,7 @@ |
||
| 41 | 41 | ]; |
| 42 | 42 | |
| 43 | 43 | if (in_array($this->method, $lists) && empty($this->params[ 'filter' ])) { |
| 44 | - $this->params['filter'] = new \stdClass; |
|
| 44 | + $this->params[ 'filter' ] = new \stdClass; |
|
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | 47 | |