aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/Uptime.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/Uptime.class.php')
-rw-r--r--type/Uptime.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/type/Uptime.class.php b/type/Uptime.class.php
index 4ada117..6e08b0b 100644
--- a/type/Uptime.class.php
+++ b/type/Uptime.class.php
@@ -41,7 +41,7 @@ class Type_Uptime extends Type_Default {
41 41
42 $c = 0; 42 $c = 0;
43 foreach ($sources as $source) { 43 foreach ($sources as $source) {
44 $dsname = empty($this->ds_names[$source]) ? $source : $this->ds_names[$source]; 44 $dsname = (isset($this->ds_names[$source]) && !empty($this->ds_names[$source])) ? $this->ds_names[$source] : $source;
45 $color = is_array($this->colors) ? (isset($this->colors[$source])?$this->colors[$source]:$this->colors[$c++]) : $this->colors; 45 $color = is_array($this->colors) ? (isset($this->colors[$source])?$this->colors[$source]:$this->colors[$c++]) : $this->colors;
46 46
47 //current value 47 //current value