Sorted the elements alphabetically
This commit is contained in:
parent
b58b24c2db
commit
f7029178ad
1 changed files with 1 additions and 1 deletions
2
lib.php
2
lib.php
|
@ -396,9 +396,9 @@ function customcert_get_elements() {
|
||||||
$options[$foldername] = get_string('pluginname', $component);
|
$options[$foldername] = get_string('pluginname', $component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
asort($options);
|
||||||
return $options;
|
return $options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue