From bebad4c957ce6e90d0cb3918f47d1c768380fb1e Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 8 Feb 2012 14:59:22 +0000 Subject: [PATCH] Sort extension names on those lame Linux file systems:) --- includes/installer/Installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index e55a08a176..5580f1752d 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1270,6 +1270,7 @@ abstract class Installer { $exts[] = $file; } } + natcasesort( $exts ); return $exts; } -- 2.20.1