Closed (fixed)
Project:
Content Management Filter
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jan 2009 at 17:35 UTC
Updated:
26 Mar 2009 at 21:40 UTC
Drupal v6.9
CMF v6.x-1.4
The confirmation page genaretes these warnings:
* warning: Missing argument 2 for node_multiple_delete_confirm() in *\www\modules\node\node.admin.inc on line 600.
* warning: Invalid argument supplied for foreach() in *\www\modules\node\node.admin.inc on line 604.
To fix this problem edit line 96in cmf.module:
// return drupal_get_form('node_multiple_delete_confirm'); // OLD
return drupal_get_form('node_multiple_delete_confirm', $_POST['nodes']); // NEW
Comments
Comment #1
stuffnthings commentedThank you, thank you, thank you, thank you, thank you.
This fix worked for me cmf 6.x1.4/ Drupal 6.9
Comment #2
dddave commentedJust stumbled upon this behaviour. Just for the record: I was still able to delete nodes in the oldfashioned way by using the normal content adminsitration.
Comment #3
nunoveloso commentedHello! Sorry for being away but I have been very very busy lately.
This issue is fixed on stable version 1.6.
Thank you.