#1318: FPF: saveXML(null, ...) fails for PHP 5.2.6
--------------------------------------+-------------------------------------
 Reporter:  eric.lippm...@…           |       Owner:  david
     Type:  defect                    |      Status:  new  
 Priority:  normal                    |   Milestone:  1.0.4
Component:  _OTHER_                   |     Version:  1.0.3
 Severity:  normal                    |    Keywords:       
Has_patch:  0                         |  
--------------------------------------+-------------------------------------
 agavi/src/filter/AgaviFormPopulationFilter.class.php:603 change

 $out = $this->doc->saveXML(null, $cfg['savexml_options']);

 to

 $out = $this->doc->saveXML($this->doc->documentElement,
 $cfg['savexml_options']);

 or whatever appropriate ;-)

-- 
Ticket URL: <http://trac.agavi.org/ticket/1318>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to