diff options
Diffstat (limited to 'type')
-rw-r--r-- | type/Base.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type/Base.class.php b/type/Base.class.php index 4b23eaf..70b95b5 100644 --- a/type/Base.class.php +++ b/type/Base.class.php | |||
@@ -285,7 +285,7 @@ class Type_Base { | |||
285 | $rrdgraph[] = '--base'; | 285 | $rrdgraph[] = '--base'; |
286 | $rrdgraph[] = $this->base; | 286 | $rrdgraph[] = $this->base; |
287 | } | 287 | } |
288 | if (!array_search('-l', $rrdgraph)) { | 288 | if (array_search('-l', $rrdgraph) === false) { |
289 | $rrdgraph[] = '-l'; | 289 | $rrdgraph[] = '-l'; |
290 | $rrdgraph[] = '0'; | 290 | $rrdgraph[] = '0'; |
291 | } | 291 | } |