Closed (fixed)
Project:
Delete all
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2012 at 11:23 UTC
Updated:
5 Feb 2012 at 04:10 UTC
Hello,
Not sure it's worth putting together a patch for this - it's pretty easy to describe. In the D7 version, I think delete_all.module needs to be using 'node_type_get_types()' instead of 'node_get_types()', which is a D6 function. Currently, admin/content/delete_content generates a PHP error.
Thanks!
Comments
Comment #1
coderintherye commentedInteresting, let me see if I can reproduce, and if so I'll make a commit.
Comment #2
coderintherye commentedThanks, this was indeed the issue, and I rolled out a fix just now, in addition to one other d6->d7 fix.
Cheers mate.