Misc/Fixup

* fix fetching areatriggers from DB and calculating found matches
 * fix Lang concatenating an array of strings with len < 2
 * don't show debug-id col in picker windows (Summary/Profiler) and sort them by score if able
This commit is contained in:
Sarjuuk
2025-08-04 19:30:10 +02:00
parent 569c9efca4
commit 08f0ae711e
4 changed files with 8 additions and 5 deletions

View File

@@ -128,6 +128,9 @@ class Lang
reset($args);
if (count($args) < 2)
return $callback(current($args), key($args));
do
{
$item = $callback(current($args), key($args));