https://bugzilla.wikimedia.org/show_bug.cgi?id=42151
--- Comment #1 from Krinkle <[email protected]> 2012-11-15 17:27:35 UTC --- The first one looks like it's coming from a loop over module object, where it tries to fetch the module object by module name, when in fact the looped-over array always contains module object (not module names). so $modules[$someModuleObject] triggers illegal offset. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
