1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-05-31 21:52:56 +00:00

lib-search-engine: Squash another bug

This commit is contained in:
Starbeamrainbowlabs 2020-03-15 22:06:26 +00:00
parent b8f37597a6
commit 11ade94d62
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -187,7 +187,7 @@ class search
);
if(!empty($results)) {
usort($results, function($a, $b) : int {
return self::compare($a, $b);
return self::$sorter->compare($a, $b);
});
}