Page Chapter 4. The Menu System, Page 46
Thu, 08/16/2007 - 3:29pm — voidengine
Location on the page:
Top, code example
Error:
'path' => 'admin/user/eradicate',
Correction:
'path' => 'admin/user/user/eradicate',
Description of the Error:
Incorrect path to menu item (Drupal 5.2)
