Skip to content

Commit

Permalink
Correctly access the global rrd_options (backport r2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpocock committed Jan 12, 2010
1 parent dc1b84f commit aa1affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/functions.php
Expand Up @@ -201,7 +201,7 @@ function node_image ($metrics)
#
function find_limits($nodes, $metricname)
{
global $metrics, $clustername, $rrds, $rrd_dir, $start, $end;
global $metrics, $clustername, $rrds, $rrd_dir, $start, $end, $rrd_options;

if (!count($metrics))
return array(0, 0);
Expand Down

0 comments on commit aa1affa

Please sign in to comment.