Sorted the elements alphabetically

This commit is contained in:
Mark Nelson 2013-06-05 18:14:42 +08:00
parent b58b24c2db
commit f7029178ad

View file

@ -396,9 +396,9 @@ function customcert_get_elements() {
$options[$foldername] = get_string('pluginname', $component);
}
}
}
asort($options);
return $options;
}