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.

CommentFileSizeAuthor
menu_bar_addcheck.txt1.45 KBquicksketch

Comments

m3avrck’s picture

Status: Needs review » Closed (fixed)

It appears this was a bug in HEAD that has been since fixed, can't reproduce this at all.