diff options
-rw-r--r-- | graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ $typesdb = parse_typesdb_file($CONFIG['typesdb']); | |||
23 | 23 | ||
24 | if ($plugin == 'aggregation') { | 24 | if ($plugin == 'aggregation') { |
25 | $pi = explode("-", GET('pi')); | 25 | $pi = explode("-", GET('pi')); |
26 | $plugin = $_GET['p'] = $pi[0]; | 26 | $plugin = $_GET['p'] = validate_get($pi[0], 'plugin'); |
27 | } | 27 | } |
28 | 28 | ||
29 | # plugin json | 29 | # plugin json |