From f30bbf8be225743711d7b161b59b8fb0c310ab22 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 21 Dec 2012 19:08:57 +0100 Subject: type: resolve undefined variable $c and $raw notices Reported-by: Philipp Hellmich --- type/GenericIO.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'type/GenericIO.class.php') 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 { $sources = $this->rrd_get_sources(); + $raw = null; if ($this->scale) $raw = '_raw'; $i=0; -- cgit v1.1