Skip to content

Commit

Permalink
Merge pull request #1325 from rbayet/fix-1308-optimizer-category-prev…
Browse files Browse the repository at this point in the history
…iew-production-mode-2.3.x

Fixes #1308 Optimizer category preview not working (M2 2.3.x)
  • Loading branch information
romainruaud authored Feb 25, 2019
2 parents 5dee89a + 3d8f926 commit 9711b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function __construct(
ContainerConfigurationInterface $containerConfig,
Preview\ResultsBuilder $previewResultsBuilder,
CategoryInterface $category = null,
$queryText = '',
$queryText = null,
$size = 10
) {
$this->size = $size;
Expand Down

0 comments on commit 9711b12

Please sign in to comment.