@@ -134,7 +134,7 @@ |
||
| 134 | 134 | $fieldValue = $filter['value']; |
| 135 | 135 | $quotedFieldValue = '"' . str_replace('"', '\"', $fieldValue) . '"'; |
| 136 | 136 | |
| 137 | - $filterConfiguration[] = $fieldName . ':' . $quotedFieldValue; |
|
| 137 | + $filterConfiguration[] = $fieldName . ':' . $quotedFieldValue; |
|
| 138 | 138 | } |
| 139 | 139 | return $filterConfiguration; |
| 140 | 140 | } |