Closed (duplicate)
Project:
Advanced Help
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 20:29 UTC
Updated:
22 Oct 2008 at 13:23 UTC
advanced_help.module line 273
list($parent, $parent_module) = explode($info['parent'], '%');
should be
list($parent_module, $parent) = explode('%', $info['parent']);
Comments
Comment #1
karens commentedThere's an actual patch for this at #307787: Let topics have topic from other module as parent.