diff options
Diffstat (limited to 'type')
-rw-r--r-- | type/Default.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type/Default.class.php b/type/Default.class.php index dec583b..00ef0e4 100644 --- a/type/Default.class.php +++ b/type/Default.class.php | |||
@@ -153,7 +153,7 @@ class Type_Default { | |||
153 | $this->rainbow_colors(); | 153 | $this->rainbow_colors(); |
154 | 154 | ||
155 | $graphdata = $this->rrd_gen_graph(); | 155 | $graphdata = $this->rrd_gen_graph(); |
156 | 156 | ||
157 | if(!$debug) { | 157 | if(!$debug) { |
158 | # caching | 158 | # caching |
159 | if (is_numeric($this->cache) && $this->cache > 0) | 159 | if (is_numeric($this->cache) && $this->cache > 0) |