Closed (fixed)
Project:
Context Help
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 08:26 UTC
Updated:
3 Dec 2009 at 03:49 UTC
It worked with Views 6.x-2.6 . I am using URls to control displaying ("Disable help button on pages with no help" checked).
On the corresponding Node the Help Button appears, also the "edit Help" link is displayed, but no content shown.
The context help view seems to be ok: it displays the corresponding context.
Comments
Comment #1
Morn commentedFound the error: in contexthelp.theme.inc , line 21:
change NULL against 'default' :
Comment #2
darren.ferguson commentedhttp://drupal.org/cvs?commit=297180 this is the commit message to fix this issue, it will now be in the dev branch for the module.