diff --git a/webtools/PLIF/PLIF/Input.pm b/webtools/PLIF/PLIF/Input.pm index 416c3ac42282..7caa860952d0 100644 --- a/webtools/PLIF/PLIF/Input.pm +++ b/webtools/PLIF/PLIF/Input.pm @@ -225,7 +225,9 @@ sub getArgumentsTree { $key = ''; } $pointer->{$key} = $arguments->{$argument}->[0]; - # if a key has multiple values, getArgumentsTree drops later values on the floor + # if a key has multiple values, getArgumentsTree drops later values on the floor. + # if foo.bar and foo both have values, then the keys will be $data->{'foo'}->{'bar'} + # and $data->{'foo'}->{''}. } return $data; }