Closed (fixed)
Project:
Mailman Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jun 2007 at 12:39 UTC
Updated:
16 Jun 2007 at 22:01 UTC
The implementation of menu_hook has a minor mistake in it. The first element of the array, this:
$items[] = array('path' => 'mailman_manager',
'title' => ('Mailing Lists'),
'callback' => 'mailman_manager_page',
'access' => user_access('access mailman_manager'),
'type' => MENU_NORMAL_ITEM);
has the mistake at the title part of the element. It isn't use the t() function to do well the localization, if user define the 'Mailing Lists' string in the localization module.
It's probably a typo, but it coused me some interesting minutes:)
If i insert the t before the ('Mailing Lists') it works fine.
Comments
Comment #1
arturoramos commentedThis bug has been fixed. Thanks.