Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/14359
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jan 15, 2025
1 parent 06f99a6 commit 9c8eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ public function autocomplete(): void {
$this->load->model('catalog/category');

$filter_data = [
'filter_name' => $this->request->get['filter_name'],
'filter_name' => $this->request->get['filter_name'] . '%',
'sort' => 'name',
'order' => 'ASC',
'start' => 0,
Expand Down

0 comments on commit 9c8eef9

Please sign in to comment.