Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2007 at 21:59 UTC
Updated:
22 Jun 2011 at 00:01 UTC
Observed behavior: When arg(3) is non-null with a path beginning in node/%, phantom menu items display for revisions.
Expected behavior: Because these menu items are callbacks, they should never display.
Solution: Add "'type' => MENU_CALLBACK," to the node revision callbacks.
Comments
Comment #1
damien tournoud commentedThis has been corrected in the D6 branch (thanks to the menu system refactoring), but still exists in the D5 branch. It appears in particular during the use of the Diff module, and even on Drupal.org itself ! (see #193478 for more background)
Comment #2
damien tournoud commentedThis is still an issue (a very old one!).
Comment #3
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.