# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \includes\common
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: template-tags.php
--- template-tags.php Base (BASE)
+++ template-tags.php Locally Modified (Based On LOCAL)
@@ -1508,9 +1508,9 @@
 
 	else :
 
-		if ( bbp_is_single_forum() ) : ?>
+		if ( bbp_get_form_topic_forum() ) : ?>
 
-			<input type="hidden" name="bbp_forum_id" id="bbp_forum_id" value="<?php bbp_forum_id(); ?>" />
+			<input type="hidden" name="bbp_forum_id" id="bbp_forum_id" value="<?php bbp_form_topic_forum(); ?>" />
 
 		<?php endif; ?>
 
