install_menu_create_menu_item() should accept aliased URLs
DamienMcKenna - March 11, 2009 - 11:15
| Project: | Install Profile API |
| Version: | 6.x-2.0 |
| Component: | CRUD functions and includes |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
For ease of use, install_menu_create_menu_item() should allow a path alias as an argument.

#1
Patch attached that runs the $path through drupal_get_normal_path().
#2
I see no problem with this. I've been using
drupal_get_normal_path()all over my install profiles and it has been annoying me too. Committed.#3
Automatically closed -- issue fixed for 2 weeks with no activity.