https://bugzilla.wikimedia.org/show_bug.cgi?id=47341
--- Comment #5 from Luis Felipe Schenone <[email protected]> --- To be a bit more informative: The parameter 2 of the in_array() on line 2020 comes from the flattenOptions method of the HTMLFormField class. Looking at the code in the method, it seems that it cannot fail to return an array. So I started looking around and I thought, that because the class is abstract, and the method is static, the issue mentioned at http://stackoverflow.com/questions/999066/ may be the cause. So I submitted a patch, but the build failed for some reason, and now I realize that the issue only applies to abstract static methods, and not to static methods in abstract classes. -- 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
