aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericStacked.class.php
diff options
context:
space:
mode:
authorMatthias Viehweger2012-10-20 00:44:28 +0200
committerMatthias Viehweger2012-10-20 00:44:28 +0200
commitcd575dd5f45ddaa0871b31c36c46c675b484196f (patch)
tree7ad692211674402ef89b1be5180f6f8b71cca114 /type/GenericStacked.class.php
parentchange whitespace, indentation or line-breaks (diff)
downloadapt-panopticon_cgp-cd575dd5f45ddaa0871b31c36c46c675b484196f.zip
apt-panopticon_cgp-cd575dd5f45ddaa0871b31c36c46c675b484196f.tar.gz
apt-panopticon_cgp-cd575dd5f45ddaa0871b31c36c46c675b484196f.tar.bz2
apt-panopticon_cgp-cd575dd5f45ddaa0871b31c36c46c675b484196f.tar.xz
explicitely defined undefined variables
this should keep the error.log clean
Diffstat (limited to 'type/GenericStacked.class.php')
-rw-r--r--type/GenericStacked.class.php3
1 files changed, 3 insertions, 0 deletions
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 {
11 11
12 if ($this->scale) 12 if ($this->scale)
13 $raw = '_raw'; 13 $raw = '_raw';
14 else
15 $raw = null;
16
14 $i=0; 17 $i=0;
15 foreach ($this->tinstances as $tinstance) { 18 foreach ($this->tinstances as $tinstance) {
16 foreach ($this->data_sources as $ds) { 19 foreach ($this->data_sources as $ds) {