projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a4629
)
Sort list of extensions alphabetically in 'Extensions ok' check
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Fri, 26 Nov 2021 17:19:44 +0000
(17:19 +0000)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Fri, 26 Nov 2021 17:19:44 +0000
(17:19 +0000)
CRM/Utils/Check/Component/Env.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check/Component/Env.php
b/CRM/Utils/Check/Component/Env.php
index c1d7b767944fce7ba66751003746ca36b81421bb..96b8be565ce8f30c94ae6306971b51cc89eedb6f 100644
(file)
--- a/
CRM/Utils/Check/Component/Env.php
+++ b/
CRM/Utils/Check/Component/Env.php
@@
-676,6
+676,7
@@
class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component {
else {
$message = ts('All extensions are up-to-date:');
}
+ natcasesort($okextensions);
$messages[] = new CRM_Utils_Check_Message(
__FUNCTION__ . 'Ok',
$message . '<ul><li>' . implode('</li><li>', $okextensions) . '</li></ul>',