mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13713] Refactor sorting functionality
PHPBB3-13713
This commit is contained in:
@@ -55,7 +55,7 @@ class mention
|
||||
|
||||
foreach ($this->mention_sources as $source)
|
||||
{
|
||||
$names += $source->get($keyword, $topic_id);
|
||||
$source->get($names, $keyword, $topic_id);
|
||||
}
|
||||
|
||||
return new JsonResponse(array_values($names));
|
||||
|
Reference in New Issue
Block a user