Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
blog.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jan 2011 at 04:08 UTC
Updated:
29 Jul 2014 at 19:16 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedI applied the patch then installed and uninstalled the blog module to verify the patch works to remove the blog_block_count variable from the variable table when the module is uninstalled. I found no other blog module variables that need to be removed in hook_uninstall().
Patch applies in both D8 and D7, and should be committed to both branches.
Comment #2
tr commentedblog-uninstall.patch queued for re-testing.
Comment #3
dries commentedCommitted to 7.x and 8.x. Thanks! Good catch.