[Bb-trac] [bbPress] #634: error in [795]

bbPress bb-trac at lists.bbpress.org
Sat Apr 7 18:58:47 GMT 2007


#634: error in  [795]
-------------------------+--------------------------------------------------
 Reporter:  so1o         |       Owner:     
     Type:  defect       |      Status:  new
 Priority:  high         |   Milestone:  1.0
Component:  integration  |     Version:     
 Severity:  major        |    Keywords:     
-------------------------+--------------------------------------------------
 the code on line 154 is
 {{{
 $bb->$p = rtrim($bb->path, '/');
 }}}
 should be
 {{{
 $bb->$p = rtrim($bb->p, '/');
 }}}

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


More information about the Bb-trac mailing list