[Bug 47341] PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020

2013-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47341 --- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 62007 abandoned by Bartosz DziewoƄski: Replaced every HTMLFormField::flattenOptions for $this-flattenOptions Reason: Per submitter.

[Bug 47341] PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47341 Krinkle krinklem...@gmail.com changed: What|Removed |Added CC||krinklem...@gmail.com

[Bug 47341] PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47341 --- Comment #3 from Luis Felipe Schenone scheno...@gmail.com --- I think it has to do with this: http://stackoverflow.com/questions/999066/why-does-php-5-2-disallow-abstract-static-class-methods Working on it... -- You are receiving this mail

[Bug 47341] PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47341 --- Comment #4 from Luis Felipe Schenone scheno...@gmail.com --- Well, I submitted a patch to Gerrit (https://gerrit.wikimedia.org/r/#/c/62007/) with an attempt to solve the bug. However, the build went wrong for some reason. And in any case,

[Bug 47341] PHP Warning: in_array() expects parameter 2 to be array, null given in HTMLForm.php on line 2020

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47341 --- Comment #5 from Luis Felipe Schenone scheno...@gmail.com --- 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