diff options
| -rw-r--r-- | graph.php | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -38,6 +38,7 @@ if ($plugin == 'aggregation') { | |||
| 38 | # plugin json | 38 | # plugin json |
| 39 | if(function_exists('json_decode')) | 39 | if(function_exists('json_decode')) |
| 40 | { | 40 | { |
| 41 | $plugin_json = null; | ||
| 41 | if (file_exists('plugin/'.$plugin.'.json')) { | 42 | if (file_exists('plugin/'.$plugin.'.json')) { |
| 42 | $json = file_get_contents('plugin/'.$plugin.'.json'); | 43 | $json = file_get_contents('plugin/'.$plugin.'.json'); |
| 43 | $plugin_json = json_decode($json, true); | 44 | $plugin_json = json_decode($json, true); |
