Changeset 7374 for trunk/src/includes/topics/functions.php
- Timestamp:
- 11/18/2025 02:56:26 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r7360 r7374 2836 2836 // Get the logs and append the new one to those 2837 2837 $revision_log = bbp_get_topic_raw_revision_log( $r['topic_id'] ); 2838 $revision_log[ $r['revision_id'] ] = array( 'author' => $r['author_id'], 'reason' => $r['reason'] ); 2838 $revision_log[ $r['revision_id'] ] = array( 2839 'author' => $r['author_id'], 2840 'reason' => $r['reason'] 2841 ); 2839 2842 2840 2843 // Finally, update
Note: See TracChangeset
for help on using the changeset viewer.