Download & Extend

bad variable in type_local_nids_node_type

Project:Type-local nids
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:jbrown
Status:closed (fixed)

Issue Summary

$node is node defined in the function type_local_nids_node_type:

case 'delete':

db_query("
DELETE FROM {node_lnid_next}
WHERE type = '%s'
",
$node->type
);

break;

You probably want $info->type like further down.

Comments

#1

Assigned to:Anonymous» jbrown
Status:active» fixed

http://drupal.org/cvs?commit=202684

Thanks joachim

#2

Status:fixed» closed (fixed)

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