aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericStacked.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/GenericStacked.class.php')
-rw-r--r--type/GenericStacked.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/type/GenericStacked.class.php b/type/GenericStacked.class.php
index a0ae4c5..7c65ddd 100644
--- a/type/GenericStacked.class.php
+++ b/type/GenericStacked.class.php
@@ -9,11 +9,9 @@ class Type_GenericStacked 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 else
15 $raw = null;
16
17 $i=0; 15 $i=0;
18 foreach ($this->tinstances as $tinstance) { 16 foreach ($this->tinstances as $tinstance) {
19 foreach ($this->data_sources as $ds) { 17 foreach ($this->data_sources as $ds) {