#1318: FPF: saveXML(null, ...) fails for PHP 5.2.6
--------------------------------------+-------------------------------------
 Reporter:  eric.lippm...@…           |        Owner:  david    
     Type:  defect                    |       Status:  closed   
 Priority:  normal                    |    Milestone:  1.0.4    
Component:  _OTHER_                   |      Version:  1.0.3    
 Severity:  normal                    |   Resolution:  duplicate
 Keywords:                            |    Has_patch:  0        
--------------------------------------+-------------------------------------
Changes (by david):

  * status:  new => closed
  * resolution:  => duplicate


Old description:

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

New description:

 source:/tags/1.0.3/src/filter/AgaviFormPopulationFilter.class.php#L603
 change

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

 to

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

 or whatever appropriate ;-)

--

Comment:

 Exactly, it's a duplicate of #1279 :)

-- 
Ticket URL: <http://trac.agavi.org/ticket/1318#comment:2>
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