Ticket #2230: 2230.diff
| File 2230.diff, 521 bytes (added by , 13 years ago) |
|---|
-
includes/topics/functions.php
291 291 292 292 // Insert topic 293 293 $topic_id = wp_insert_post( $topic_data ); 294 295 /* add post meta _bbp_forum_id otherwise sticky is not set when topic is first created */ 296 bbp_update_topic_forum_id( $topic_id, $forum_id ); 294 297 295 298 /** No Errors *************************************************************/ 296 299