aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ntpd.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/ntpd.php')
-rw-r--r--plugin/ntpd.php1
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();
23switch($obj->args['type']) { 22switch($obj->args['type']) {
24 case 'delay': 23 case 'delay':
25 $obj->data_sources = array('seconds'); 24 $obj->data_sources = array('seconds');