diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/ntpd.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/ntpd.php b/plugin/ntpd.php index 1b13f78..c85ce8c 100644 --- a/plugin/ntpd.php +++ b/plugin/ntpd.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 'delay': | 23 | case 'delay': |
| 25 | $obj->data_sources = array('seconds'); | 24 | $obj->data_sources = array('seconds'); |
