diff --git a/LibreNMS/Component.php b/LibreNMS/Component.php index d847ab33eb..5c7b9d3c26 100644 --- a/LibreNMS/Component.php +++ b/LibreNMS/Component.php @@ -158,14 +158,6 @@ class Component foreach ($this->reserved as $k => $v) { $RESULT[$component_device_id][$COMPONENT['id']][$k] = $COMPONENT[$k]; } - - // Sort each component array so the attributes are in order. - if (is_array($RESULT[$RESULT[$component_device_id][$COMPONENT['id']]])) { - ksort($RESULT[$RESULT[$component_device_id][$COMPONENT['id']]]); - } - if (is_array($RESULT[$RESULT[$component_device_id]])) { - ksort($RESULT[$RESULT[$component_device_id]]); - } } // limit array(start,count)