fix ctors
[pear] / XML / Tree / Morph.php
index c75deee..1cef21f 100644 (file)
@@ -111,9 +111,9 @@ class XML_Tree_Morph extends XML_Tree {
     * @access   public
     */
   
-    function XML_Tree_Morph($filename,$options) {
+    function __construct($filename,$options) {
        
-        XML_Tree::XML_Tree($filename,'1.0');
+        parent::__construct($filename,'1.0');
         
         $this->_morphOptions = $options;
     }