Closed (fixed)
Project:
Moderate Bypass
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2010 at 02:18 UTC
Updated:
7 Apr 2010 at 11:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
nileshgr commentedHi, I found the problem.
In 6.x-1.3, you unset $items['admin/settings/modr8'] in hook_menu_alter()
whereas in 6.x-1.1 you've done this:
$items['admin/settings/modr8/general']['weight'] = -2;
and
$items['admin/settings/modr8']['weight'] = 0;
I changed the code of 6.x-1.3 to 6.x-1.1 for this menu thing and it worked. It solves the problem.
An RCS patch is attached.
Comment #2
johngriffin commentedHi Nilesh,
Thanks very much for picking that up. I've reverted the menu_alter code to the 1.1 release.
Please let me know if this issue is fixed in the latest release of modr8_bypass - v.1.4?
Thanks,
John
Comment #3
nileshgr commentedYeah it is workin now in the new release.
Comment #4
johngriffin commented