Commit 058b366f6edecece97d76053e3d8db265c47cede
1 parent
85a2e791
Exists in
master
and in
56 other branches
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php
... | ... | @@ -515,7 +515,7 @@ class IHMParamManagerClass |
515 | 515 | } |
516 | 516 | } |
517 | 517 | |
518 | - return array("id" => $paramInfo, "plotType" => $res["param"]["info"]["plotType"]); | |
518 | + return array("id" => $paramId, "plotType" => $res["param"]["info"]["plotType"]); | |
519 | 519 | } |
520 | 520 | |
521 | 521 | public function applyRangesAndIndexes($paramsData, $paramData, $force_total_2d, &$paramInfo) { |
... | ... |