From f7029178ad2eb724e7259c73e7d1aad9a34efebe Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 5 Jun 2013 18:14:42 +0800 Subject: [PATCH] Sorted the elements alphabetically --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }