diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/ping.php | 1 |
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(); | ||
| 23 | switch($obj->args['type']) { | 22 | switch($obj->args['type']) { |
| 24 | case 'ping': | 23 | case 'ping': |
| 25 | $obj->data_sources = array('ping'); | 24 | $obj->data_sources = array('ping'); |
