Skip to content

Commit

Permalink
Merge pull request #13902 from pemaier/pemaier-patch-8-12
Browse files Browse the repository at this point in the history
Update user.php - autocomplete limit config centralized, similar to p…
  • Loading branch information
danielkerr committed May 2, 2024
2 parents aa965f9 + b511b0c commit 0f33cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/user/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ public function autocomplete(): void {
'filter_name' => $filter_name,
'filter_email' => $filter_email,
'start' => 0,
'limit' => 5
'limit' => $this->config->get('config_autocomplete_limit')
];

$this->load->model('user/user');
Expand Down

0 comments on commit 0f33cb4

Please sign in to comment.