shouldn't set admin setting weight
liquidcms - August 24, 2009 - 17:07
| Project: | Filter by node type |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
in function filterbynodetype_menu($may_cache) {
you set 'path' => 'admin/settings/filterbynodetype',
weight = 2
you shouldn't do that - if you remove this line then your admin page will sort alphabetically and show up where it should (in the "I"'s) rather than hidden at bottom of admin menu.
