Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DevicesDetection/Columns/DeviceBrand.php')
-rw-r--r--plugins/DevicesDetection/Columns/DeviceBrand.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/Columns/DeviceBrand.php b/plugins/DevicesDetection/Columns/DeviceBrand.php
index 37d284fa83..8b0bfdc35e 100644
--- a/plugins/DevicesDetection/Columns/DeviceBrand.php
+++ b/plugins/DevicesDetection/Columns/DeviceBrand.php
@@ -28,6 +28,7 @@ class DeviceBrand extends Base
protected function configureSegments()
{
$brands = DeviceParserAbstract::$deviceBrands;
+ natcasesort ($brands);
$brandList = implode(", ", $brands);
$segment = new Segment();