Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 May 2011 at 11:25 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
kenorb commentedComment #2
kenorb commentedComment #3
sunThanks for reporting, reviewing, and testing! Committed http://drupal.org/commitlog/commit/2608/60f1006f20dc4d1f94259d17b375d49a...
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #4
dave reidKeep in mind that when you do this: function setUp($modules = array()) {
that all your inherited classes also need to use setUp($module = array()) in their definition otherwise it causes strict errors on PHP 5.3...
Comment #5
sund'oh - fixed in a follow-up: http://drupalcode.org/project/admin_menu.git/commit/07be7d86c9def901c67d...
Looks like I have to find some time to fix my error reporting...