diff options
Diffstat (limited to 'modules/shortcut')
-rw-r--r-- | modules/shortcut/shortcut.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shortcut/shortcut.install b/modules/shortcut/shortcut.install index 209a90754..9dbab806d 100644 --- a/modules/shortcut/shortcut.install +++ b/modules/shortcut/shortcut.install @@ -32,6 +32,7 @@ function shortcut_install() { * Implements hook_uninstall(). */ function shortcut_uninstall() { + drupal_load('module', 'shortcut'); // Delete the menu links associated with each shortcut set. foreach (shortcut_sets() as $shortcut_set) { menu_delete_links($shortcut_set->set_name); |