[Bb-trac] [bbPress] #741: Typo in BB_Walker class can break hierarchy display

bbPress bb-trac at lists.bbpress.org
Thu Sep 13 21:28:53 GMT 2007


#741: Typo in BB_Walker class can break hierarchy display
----------------------------+-----------------------------------------------
 Reporter:  mdawaffe        |       Owner:                 
     Type:  defect          |      Status:  new            
 Priority:  normal          |   Milestone:  0.8.3 & XML-RPC
Component:  Administration  |     Version:  0.8.2.1        
 Severity:  normal          |    Keywords:                 
----------------------------+-----------------------------------------------
 The step() method references $parents instead of $this->parents in one
 place.

 Hierarchies of the following form

 {{{
 1
   1.1
     1.1.1
   1.2
 }}}

 can sometimes be displayed as

 {{{
 1
   1.1
     1.1.1
 1.2
 }}}

 Bug pointed out in #740.

-- 
Ticket URL: <http://trac.bbpress.org/ticket/741>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list