Closed (fixed)
Project:
ModuleInfo
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Sep 2008 at 01:49 UTC
Updated:
14 Jul 2012 at 19:35 UTC
I enable and get:
"Missing argument 1 for arg(), called in .../sites/all/modules/moduleinfo/moduleinfo.module on line 93 and defined in .../includes/path.inc on line 148."
Line 93 code before: $res = module_invoke($module,"help","admin/help#".$module,arg());
I changed it to: $res = module_invoke($module,"help","admin/help#$module");
The error goes away, and the link to admin help displays correctly (I think).
Is this right?
Thanks
Comments
Comment #1
jabapyth commentedYou're right, thank you.. Ill fix that as soon as I can.
Comment #2
jabapyth commentedfixed
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.