aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ping.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ping.php')
-rw-r--r--plugin/ping.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/ping.php b/plugin/ping.php
index 067f1f1..1ea53de 100644
--- a/plugin/ping.php
+++ b/plugin/ping.php
@@ -19,7 +19,6 @@ $obj->ds_names = array('ping' => 'Ping time',
19 'ping_droprate' => 'Ping droprate'); 19 'ping_droprate' => 'Ping droprate');
20$obj->width = $width; 20$obj->width = $width;
21$obj->heigth = $heigth; 21$obj->heigth = $heigth;
22$obj->generate_colors();
23switch($obj->args['type']) { 22switch($obj->args['type']) {
24 case 'ping': 23 case 'ping':
25 $obj->data_sources = array('ping'); 24 $obj->data_sources = array('ping');