The menubar is inconsistent about appearing. I believe this occurs whenever hook_menu(FALSE) is called twice, which is most apparent on the user redirection page when logged in (/user). hook_menu is called twice, resulting in the basePath variable being set to '/,/' and consequently, the menu not being retrieved.
Here's a patch which uses a static variable check, though there probably exists a better solution.
| Comment | File | Size | Author |
|---|---|---|---|
| menu_bar_addcheck.txt | 1.45 KB | quicksketch |
Comments
Comment #1
m3avrck commentedIt appears this was a bug in HEAD that has been since fixed, can't reproduce this at all.