Hi,

I've just noticed that the Newsletter subscriptions tab has jumped up onto the same level as the View and Edit tabs when viewing a user profile, normally this would be under the Edit tab.

This is down to a typo in mailchimp_menu(), line 402:

'tab parent' => 'user/%/edit',

should be

'tab_parent' => 'user/%/edit',

You can either edit the module or use hook_menu_alter() to fix, depending on how you feel about it.

Comments

bleedev’s picture

Component: Code » General
Status: Active » Fixed

This is resolved in commit 7b3fd1a.

bleedev’s picture

Status: Fixed » Closed (fixed)

Closing issue.