Changeset 5776 for trunk/src/includes/topics/functions.php
- Timestamp:
- 05/22/2015 03:38:57 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5775 r5776 69 69 70 70 // Update the topic and hierarchy 71 bbp_update_topic( $topic_id, $topic_meta['forum_id'], array(), $topic_data[' author_id'], false );71 bbp_update_topic( $topic_id, $topic_meta['forum_id'], array(), $topic_data['post_author'], false ); 72 72 73 73 // Return new topic ID
Note: See TracChangeset
for help on using the changeset viewer.