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
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.