diff --git a/htdocs/graph.class.php b/htdocs/graph.class.php index c810b101314..2c9957b98e0 100644 --- a/htdocs/graph.class.php +++ b/htdocs/graph.class.php @@ -59,6 +59,7 @@ class Graph if (isset($this->MaxValue)) { + $nts = array(); $this->MaxValue = $this->MaxValue + 1; $max = $this->MaxValue; if (($max % 2) <> 0)