mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
lib-search-engine: Squash another bug
This commit is contained in:
parent
b8f37597a6
commit
11ade94d62
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class search
|
||||||
);
|
);
|
||||||
if(!empty($results)) {
|
if(!empty($results)) {
|
||||||
usort($results, function($a, $b) : int {
|
usort($results, function($a, $b) : int {
|
||||||
return self::compare($a, $b);
|
return self::$sorter->compare($a, $b);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue