diff options
| author | Matthias Viehweger | 2012-10-20 00:44:28 +0200 |
|---|---|---|
| committer | Matthias Viehweger | 2012-10-20 00:44:28 +0200 |
| commit | cd575dd5f45ddaa0871b31c36c46c675b484196f (patch) | |
| tree | 7ad692211674402ef89b1be5180f6f8b71cca114 /type/Default.class.php | |
| parent | change whitespace, indentation or line-breaks (diff) | |
| download | apt-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/Default.class.php')
| -rw-r--r-- | type/Default.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/type/Default.class.php b/type/Default.class.php index 00ef0e4..0b6601e 100644 --- a/type/Default.class.php +++ b/type/Default.class.php | |||
| @@ -243,6 +243,9 @@ class Type_Default { | |||
| 243 | 243 | ||
| 244 | if ($this->scale) | 244 | if ($this->scale) |
| 245 | $raw = '_raw'; | 245 | $raw = '_raw'; |
| 246 | else | ||
| 247 | $raw = null; | ||
| 248 | |||
| 246 | $i=0; | 249 | $i=0; |
| 247 | foreach ($this->tinstances as $tinstance) { | 250 | foreach ($this->tinstances as $tinstance) { |
| 248 | foreach ($this->data_sources as $ds) { | 251 | foreach ($this->data_sources as $ds) { |
