Commit 8a92975a9b49df5f9b50d91ea1de18c79892cf64

Authored by Benjamin Renard
1 parent a44cf065

Fix typo

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))
... ...