aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.php b/graph.php
index 32748d6..f1696fa 100644
--- a/graph.php
+++ b/graph.php
@@ -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
86if ($aggr) { 86if (isset($aggr) && $aggr) {
87 $_GET['pi'] = GET('pi', $pi[1]); 87 $_GET['pi'] = GET('pi', $pi[1]);
88} 88}
89 89