Commit a8d0ba73eded0b8d28e915147e49fba41d6d948f
1 parent
8464a4cc
Exists in
master
and in
66 other branches
Fix a bug in post processing definition of a plot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Request/ParamsRequestImpl/Nodes/Requests/RequestOutputPlotNodeClass.php
@@ -86,7 +86,7 @@ class RequestOutputPlotNodeClass extends NodeClass | @@ -86,7 +86,7 @@ class RequestOutputPlotNodeClass extends NodeClass | ||
86 | $this->addChild($node); | 86 | $this->addChild($node); |
87 | } | 87 | } |
88 | 88 | ||
89 | - if ($process == "") | 89 | + if ($process != "") |
90 | $node->addPostProcessing($process); | 90 | $node->addPostProcessing($process); |
91 | 91 | ||
92 | return $node; | 92 | return $node; |