aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/graph.php b/graph.php
index f1696fa..b8a9206 100644
--- a/graph.php
+++ b/graph.php
@@ -38,6 +38,7 @@ if ($plugin == 'aggregation') {
38# plugin json 38# plugin json
39if(function_exists('json_decode')) 39if(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);