Skip to content

Commit

Permalink
Merge pull request #1034 from algolia/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
damcou committed Jun 5, 2018
2 parents 6549de5 + e1cb76e commit 5cb22d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $instantsearchApiKey = $algoliaHelper->generateSearchSecuredApiKey($config->getS
/**
* Parameter to track in the URL
*/
$urlTrackedParameters = ['query', 'attribute:*', 'index'];
$urlTrackedParameters = array('query', 'attribute:*', 'index');
if (! $config->isInfiniteScrollEnabled()) {
$urlTrackedParameters[] = 'page';
}
Expand Down

0 comments on commit 5cb22d3

Please sign in to comment.