Closed (fixed)
Project:
Diff
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 17:17 UTC
Updated:
21 Jul 2011 at 20:41 UTC
Hi
This error happens when you preview a node in Drupal 7 with Diff enabled:
Fatal error: Call to undefined function node_get_types() in /diff/node.inc on line 10
Comments
Comment #1
pcambraSorry, I meant preview changes button
Comment #2
hansfn commentedThis has been fixed in CVS - replace node_get_types with node_type_get_type.
Comment #3
amanaplan commentedThis was fixed in commit 13ff3cfb3a2dd7287e41f3f944538074cbca9c23 on 9/9/2010 and was included in the 7.x-2.0-beta1 release.