Closed (fixed)
Project:
Open Flash Chart API
Version:
5.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
21 Nov 2007 at 14:43 UTC
Updated:
24 Feb 2008 at 22:48 UTC
It looks like your implementation of hook_help makes reference to a 2nd parameter ($arg) that isn't used and has no value when the function is called. If Drupal reports PHP warnings, you'll receive this error on installation of the module. Switching the declaration of the function to:
function open_flash_chart_api_help($path) {
...
}
will remedy this problem.
Comments
Comment #1
redndahead commentedThank you, first time implementing hook_help and really don't know the exact usage. So I copied it from another module. Eh live and learn.
This has been fixed in Dev and will release 2.2 as this bug makes me look bad and we can't have that.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
igrcic commentedI think its still here...
Comment #4
redndahead commentedIt was, darn thing came back alive. Look at version 2.5 and it should be fixed there.