backdrop-contrib / menu_attributes

Add custom HTML attributes to menu links and the wrapper list items around them.
GNU General Public License v2.0
0 stars 1 forks source link

Uninstall error: Call to undefined function drupal_load() #2

Closed yorkshire-pudding closed 2 years ago

yorkshire-pudding commented 2 years ago

Steps to reproduce

  1. Disable module (using GUI)
  2. Uninstall module (using GUI)

Expected result Uninstalls and success message

Actual result Error: Call to undefined function drupal_load() in menu_attributes_uninstall() (line 25 of /app/docroot/modules/menu_attributes/menu_attributes.install).

image

quicksketch commented 2 years ago

Fixed by https://github.com/backdrop-contrib/menu_attributes/pull/7. Thanks @yorkshire-pudding!