Minor Text mistake.
rmiddle - June 15, 2008 - 02:26
| Project: | Filter Default |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Line 31 contains the follow code.
array('%list_link' => l('list tab', 'admin/filters'))));
What should be there is
array('%list_link' => l('list tab', 'admin/settings/filters'))));
It is a minor mistake but I would suggest commit it to CVS so the next release will see the fix.
Thanks
Robert

#1
Duplicate of http://drupal.org/node/235436