diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/disk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/disk.php b/plugin/disk.php index 27a4acd..28f5eac 100644 --- a/plugin/disk.php +++ b/plugin/disk.php | |||
@@ -14,7 +14,7 @@ require_once 'type/GenericIO.class.php'; | |||
14 | 14 | ||
15 | $obj = new Type_GenericIO($CONFIG, $_GET); | 15 | $obj = new Type_GenericIO($CONFIG, $_GET); |
16 | $obj->data_sources = array('read', 'write'); | 16 | $obj->data_sources = array('read', 'write'); |
17 | $obj->ds_names = array( | 17 | $obj->legend = array( |
18 | 'read' => 'Read', | 18 | 'read' => 'Read', |
19 | 'write' => 'Written', | 19 | 'write' => 'Written', |
20 | ); | 20 | ); |