deadwood made this change:

-  variable_set('comment_page', COMMENT_NODE_READ_WRITE);
+  variable_set('comment_page_' . $node->type, COMMENT_NODE_READ_WRITE);

this is incorrect, because comment_page was already a per node type setting in 5.x.

Comments

solotandem’s picture

Assigned: Unassigned » solotandem
Status: Active » Fixed

Fixed in tonight's dev release.

I am not aware of an easy way to collect all of the node types that might be referred to in code, so I added exceptions for article, page and story. The function deadwood_convert_comment_settings includes a note to add to the list.

If you have a suggestion on how to better do this, let me know.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.