Issue #1938062 followup by andypost: Convert the recent_comments block to a view.

8.0.x
Alex Pott 2013-12-14 13:40:36 +00:00
parent fe14b4060a
commit a274193d2c
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ function comment_update_8008(&$sandbox) {
* Remove the comment_block_count variable. * Remove the comment_block_count variable.
*/ */
function comment_update_8009() { function comment_update_8009() {
variable_del('comment_block_count'); update_variable_del('comment_block_count');
} }
/** /**