From 8b6230726fac986b96f0dc8405d30afe456605df Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 29 Aug 2016 18:06:39 -0700 Subject: add authors to post distribution; case insensitive sort apps --- Zotlabs/Lib/Apps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Apps.php') diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 19ed1b612..a646d8a30 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -112,7 +112,7 @@ class Apps { static public function app_name_compare($a,$b) { - return strcmp($a['name'],$b['name']); + return strcasecmp($a['name'],$b['name']); } -- cgit v1.2.3