Closed (fixed)
Project:
Administration menu
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2009 at 18:11 UTC
Updated:
7 Mar 2010 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunWe should backport the code from HEAD instead. module_exists() + module_invoke() is duplicate and makes no sense.
Comment #2
sunThanks for reporting, reviewing, and testing! Committed attached patch to 3.x.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #3
salvisThanks. I was confused about your comment in #1...
Isn't
!empty($switch_links) && count($switch_links) > 1redundant, too?
Comment #4
sunNo that's
> 0 && > 1
Comment #5
salvisAh, yes, of course, I read your >1 as >0...