Commit 4ea242cbf3723c7e920fab444c4fe04400fe6491
1 parent
71447305
Exists in
master
and in
32 other branches
Fix
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php
... | ... | @@ -106,7 +106,11 @@ class IHMParamManagerClass |
106 | 106 | $desc_parts = array(); |
107 | 107 | $defs = explode("-",$description); |
108 | 108 | if (empty($description)) { |
109 | - //No status defined | |
109 | + //No status defined => Read catalog as TT | |
110 | + $info["info"]["isCatalog"] = FALSE; | |
111 | + $flag = ""; | |
112 | + $units = ""; | |
113 | + $ytitle = $info["info"]["name"]; | |
110 | 114 | $status = array( |
111 | 115 | array( |
112 | 116 | "min" => -PHP_FLOAT_MAX, |
... | ... |