XML/Tree.php
authorAlan Knowles <alan@roojs.com>
Mon, 19 Mar 2018 06:25:35 +0000 (14:25 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 Mar 2018 06:25:35 +0000 (14:25 +0800)
XML/Tree.php

index 33da927..4667dff 100644 (file)
@@ -433,7 +433,7 @@ class XML_Tree extends XML_Parser
         if ($this->root->name != $rootName) {
             return $this->raiseError("Path does not match the document root");
         }
-        $x =& $this->root->getNodeAt($path1);
+        $x =  $this->root->getNodeAt($path1);
         if (!PEAR::isError($x)) {
             return $x;
         }