From cd575dd5f45ddaa0871b31c36c46c675b484196f Mon Sep 17 00:00:00 2001 From: Matthias Viehweger Date: Sat, 20 Oct 2012 00:44:28 +0200 Subject: explicitely defined undefined variables this should keep the error.log clean --- type/GenericStacked.class.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'type/GenericStacked.class.php') diff --git a/type/GenericStacked.class.php b/type/GenericStacked.class.php index d1da9ec..f306532 100644 --- a/type/GenericStacked.class.php +++ b/type/GenericStacked.class.php @@ -11,6 +11,9 @@ class Type_GenericStacked extends Type_Default { if ($this->scale) $raw = '_raw'; + else + $raw = null; + $i=0; foreach ($this->tinstances as $tinstance) { foreach ($this->data_sources as $ds) { -- cgit v1.1