remove unneeded code

This commit is contained in:
Matthias Jentsch 2015-06-02 17:50:31 +02:00
parent 198834294f
commit ab129d094b
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
}
// restore original column array sorting
$headers = array();
foreach ($keys as $i => $column) {
foreach ($keys as $column) {
if (isset($columns[$column])) {
$headers[$column] = $labels[$column];
}