[Tickets #6446] Bug with indenting output in Horde/Yaml::dump

bugs at horde.org bugs at horde.org
Thu Mar 13 21:22:28 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6446
-----------------------------------------------------------------------
 Ticket             | 6446
 Created By         | apinstein at mac.com
 Summary            | Bug with indenting output in Horde/Yaml::dump
 Queue              | Horde Framework Packages
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


apinstein at mac.com (2008-03-13 17:22) wrote:

Look in line 186 on Horde/Yaml/dumper.php. It says:

$indent += $this->_indent;

but should say:

$indent += $this->_options['indent'];

Please fix, thanks!





More information about the bugs mailing list