Skip to content
Snippets Groups Projects
Commit 3d2017d9 authored by Adrian Lang's avatar Adrian Lang
Browse files

Fix sorting of quicksearch results

parent 7f97a900
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ function _ft_pageLookup(&$data){
}
}
uasort($pages,'ft_pagesorter');
uksort($pages,'ft_pagesorter');
return $pages;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment