aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/contextswitch.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/contextswitch.php')
-rw-r--r--plugin/contextswitch.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/contextswitch.php b/plugin/contextswitch.php
index e71c417..71f6d9d 100644
--- a/plugin/contextswitch.php
+++ b/plugin/contextswitch.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/Default.class.php'; 6require_once 'type/Default.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# contextswitch/contextswitch.rrd 9# contextswitch/contextswitch.rrd
@@ -32,5 +31,4 @@ if ($CONFIG['version'] < 5) {
32 unset($obj->colors['value']); 31 unset($obj->colors['value']);
33} 32}
34 33
35collectd_flush($obj->identifiers);
36$obj->rrd_graph(); 34$obj->rrd_graph();