Summary | Bug with indenting output in Horde/Yaml::dump |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | apinstein (at) mac (dot) com |
Created | 03/13/2008 (6330 days ago) |
Due | |
Updated | 03/14/2008 (6329 days ago) |
Assigned | 03/14/2008 (6329 days ago) |
Resolved | 03/14/2008 (6329 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
I initially noticed the
bug 2+ months ago, and was just setting upHorde on another machine and the bug was there. Maybe I had already
installed it from 1.0; a pear upgrade fixed it.
Sorry to bother!
State ⇒ Feedback
you using?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Bug with indenting output in Horde/Yaml::dump
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
$indent += $this->_indent;
but should say:
$indent += $this->_options['indent'];
Please fix, thanks!