# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \includes\admin
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: replies.php
--- replies.php Base (BASE)
+++ replies.php Locally Modified (Based On LOCAL)
@@ -314,7 +314,7 @@
 		$forum_id = !empty( $_POST['bbp_forum_id'] ) ? (int) $_POST['bbp_forum_id'] : bbp_get_topic_forum_id( $topic_id );
 
 		// Formally update the reply
-		bbp_update_reply( $reply_id, $topic_id, $forum_id );
+		bbp_update_reply( $reply_id, $topic_id, $forum_id, false, 0, ( isset( $_POST['save'] ) ) );
 
 		// Allow other fun things to happen
 		do_action( 'bbp_reply_attributes_metabox_save', $reply_id, $topic_id, $forum_id );
