[Bb-trac] [bbPress] #996: Call to bb_get_postmeta dies with call to undefined function

bbPress bb-trac at lists.bbpress.org
Thu Nov 20 05:54:43 GMT 2008


#996: Call to bb_get_postmeta dies with call to undefined function
----------------------------+-----------------------------------------------
 Reporter:  transom         |       Owner:                  
     Type:  defect          |      Status:  new             
 Priority:  normal          |   Milestone:                  
Component:  Administration  |     Version:  1.0-beta (trunk)
 Severity:  major           |    Keywords:                  
----------------------------+-----------------------------------------------
 In the trunk - it appears that bb-includes/functions.bb-meta.php at line
 531 in function bb_get_postmeta, it seems that
    if ( !$post = get_post( $post_id ) )

 should be
    if ( !$post = bb_get_post( $post_id ) )

 Note: in Alpha-2 - this was in bb-includes/functions.php at line 2221

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


More information about the Bb-trac mailing list