Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.5
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 11:20 UTC
Updated:
20 Sep 2011 at 22:16 UTC
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
Comment #1
bleedev commentedThis is resolved in commit 7b3fd1a.
Comment #2
bleedev commentedClosing issue.