mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-16 10:24:27 +02:00
remove unneeded code
This commit is contained in:
parent
198834294f
commit
ab129d094b
@ -50,7 +50,7 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
|||||||
}
|
}
|
||||||
// restore original column array sorting
|
// restore original column array sorting
|
||||||
$headers = array();
|
$headers = array();
|
||||||
foreach ($keys as $i => $column) {
|
foreach ($keys as $column) {
|
||||||
if (isset($columns[$column])) {
|
if (isset($columns[$column])) {
|
||||||
$headers[$column] = $labels[$column];
|
$headers[$column] = $labels[$column];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user