I just installed the FCKEditor module 5.x-2.2-rc1, and at the top of the page I'm getting this error:
warning: Missing argument 2 for fckeditor_help() in /home/deadfish/public_html/mysite/sites/all/modules/contributions/modules/fckeditor/fckeditor.module on line 42.
I'm using version 2.6.3 of FCKEditor.
Thanks.
Comments
Comment #1
wwalc commentedAre you sure you're using the corrrect module version for your Drupal installation? 5.x for Drupal 5 and 6.x for Drupal 6.
According to the hook documentation: http://api.drupal.org/api/function/hook_help hook_help accepts two arguments in Drupal 6.
Comment #2
wwalc commented