diff --git a/lib.php b/lib.php index 4d577fc..dc6e621 100644 --- a/lib.php +++ b/lib.php @@ -396,9 +396,9 @@ function customcert_get_elements() { $options[$foldername] = get_string('pluginname', $component); } } - } + asort($options); return $options; }