Commit 8a92975a9b49df5f9b50d91ea1de18c79892cf64
1 parent
a44cf065
Exists in
master
and in
45 other branches
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Request/ParamsRequestImpl/Nodes/Params/ParamNodeClass.php
... | ... | @@ -157,7 +157,7 @@ class ParamNodeClass extends NodeClass |
157 | 157 | |
158 | 158 | $refParamNode = $this->getXmlNodeChildByTagName($xmlNode, PARAM_REF_PARAM); |
159 | 159 | if (isset($refParamNode)) |
160 | - $this->setReferenceParameter($this->getXmlNodeValue($$refParamNode)); | |
160 | + $this->setReferenceParameter($this->getXmlNodeValue($refParamNode)); | |
161 | 161 | |
162 | 162 | $infoXmlNode = $this->getXmlNodeChildByTagName($xmlNode, INFOPARAM_TAGNAME); |
163 | 163 | if (isset($infoXmlNode)) | ... | ... |