diff options
Diffstat (limited to 'graph.php')
-rw-r--r-- | graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ switch ($plugin_json[$type]['type']) { | |||
83 | } | 83 | } |
84 | 84 | ||
85 | # in case of aggregation, reset pi after initializing $obj to get a correct title | 85 | # in case of aggregation, reset pi after initializing $obj to get a correct title |
86 | if ($aggr) { | 86 | if (isset($aggr) && $aggr) { |
87 | $_GET['pi'] = GET('pi', $pi[1]); | 87 | $_GET['pi'] = GET('pi', $pi[1]); |
88 | } | 88 | } |
89 | 89 | ||