Closed (fixed)
Project:
Bones
Version:
6.x-1.0-unstable1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
19 Feb 2009 at 15:56 UTC
Updated:
19 Mar 2009 at 03:40 UTC
The path given in hook_help is:
case 'admin/help/bones':
This should be:
case 'admin/help#bones':
The wrong version gets the help text in the right place, but beneath it is a message saying 'no help available' -- this is because the help system is expecting the second form.
Comments
Comment #1
usonian commentedFixed for the D6 branch, thanks.