diff options
Diffstat (limited to 'type/GenericIO.class.php')
-rw-r--r-- | type/GenericIO.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/type/GenericIO.class.php b/type/GenericIO.class.php index bbbbea7..42314fd 100644 --- a/type/GenericIO.class.php +++ b/type/GenericIO.class.php | |||
@@ -9,6 +9,7 @@ class Type_GenericIO extends Type_Default { | |||
9 | 9 | ||
10 | $sources = $this->rrd_get_sources(); | 10 | $sources = $this->rrd_get_sources(); |
11 | 11 | ||
12 | $raw = null; | ||
12 | if ($this->scale) | 13 | if ($this->scale) |
13 | $raw = '_raw'; | 14 | $raw = '_raw'; |
14 | $i=0; | 15 | $i=0; |