Show
Ignore:
Timestamp:
08/28/08 01:20:00 (3 months ago)
Author:
mdawaffe
Message:

get_topic_id() typo in [1671]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bb-includes/template-functions.php

    r1671 r1672  
    791791        else 
    792792                $_topic =& $topic; 
    793         if ( !isset($topic->topic_id) ) 
     793 
     794        if ( empty($_topic->topic_id) ) 
    794795                return 0; 
    795796