Hi,
I installed the Text Size module on five Drupal sites; on four, I got the following error after activating:
warning: Missing argument 2 for textsize_help() in /var/www/drupal/modules/textsize/textsize.module on line 12.
warning: Missing argument 2 for textsize_help() in /var/www/drupal/modules/textsize/textsize.module on line 12.
This error appears continuously on *all* administrative pages (/admin/*)
Also, I noticed in admin/user/access when setting the permissions, that there is an option "administer textsize". However, I can't find a tool to administer textsize in the admin/* section. Any ideas?
Thanks & greetings, -asb
PS: "Text Size" is another feature that has to go into core...
Comments
Comment #1
csc4 commentedAccording to http://api.drupal.org/api/function/hook_help/5 hook_help only takes one parameter
but the module defines two
though the function never seems to call the second argument so perhaps it's ok to just remove it?
Comment #2
CZ commentedfixed
Comment #3
realityloop commentedwhere do we access/apply this fix?in CVS, can confirm fix is working at my end, thanks.Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.