Closed (fixed)
Project:
Menu Force
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 20:29 UTC
Updated:
29 Jan 2012 at 10:30 UTC
Hi!
I'm unable to uninstall Menu Force 7.x-1.0 with following error:
Fatal error: Call to undefined function node_get_types() in /var/www/example.com/sites/all/modules/menu_force/menu_force.install on line 11
I'm using Drupal 7.10
Comments
Comment #1
BarisW commentedAh, thanks for posting this!
Drupal 7 uses node_type_get_types() instead of node_get_types().
Fixed.