Skip to content

Commit

Permalink
Merge pull request #10483 from boxaltcoin/master
Browse files Browse the repository at this point in the history
Update marketplace.php
  • Loading branch information
danielkerr committed May 29, 2022
2 parents 0b48a9e + fed3a9b commit 022cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/marketplace/marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public function index(): void {
'total' => $extension_total,
'page' => $page,
'limit' => 12,
'url' => $this->url->link('marketplace/marketplace|list', 'user_token=' . $this->session->data['user_token'] . $url . '&page={page}')
'url' => $this->url->link('marketplace/marketplace', 'user_token=' . $this->session->data['user_token'] . $url . '&page={page}')
]);

$data['filter_search'] = $filter_search;
Expand Down

0 comments on commit 022cdfe

Please sign in to comment.