mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Graph fix (#6120)
* actually increment $i so it does not fail after two RRDs * actually increment $i so it does not fail after two RRDs * actually increment $i so it does not fail after two RRDs * actually increment $i so it does not fail after two RRDs * doh! got over zelous when adding $i++;... this did not need it * doh! remove overzerlously added $i++; * doh! remove this $i++; as well
This commit is contained in:
@@ -35,7 +35,7 @@ foreach ($rrd_list as $rrd) {
|
||||
$colour = $config['graph_colours'][$colours][$colour_iter];
|
||||
$colour_iter++;
|
||||
}
|
||||
|
||||
$i++;
|
||||
$ds = $rrd['ds'];
|
||||
$filename = $rrd['filename'];
|
||||
|
||||
|
Reference in New Issue
Block a user