Skip to content

Commit

Permalink
chore: sort indices for admin search
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 18, 2024
1 parent 6a1e657 commit d7d90ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/default/forms/opensearch/admin_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

$elgg_index = elgg_get_plugin_setting('index', 'opensearch');
$indices = array_keys($status);
natcasesort($indices);

echo elgg_view_field([
'#type' => 'fieldset',
Expand Down

0 comments on commit d7d90ad

Please sign in to comment.