https://bugzilla.wikimedia.org/show_bug.cgi?id=16754
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from Aryeh Gregor <[email protected]> 2009-01-02 00:24:03 UTC --- (In reply to comment #6) > I see: Only users with bad coded scripts are affected. > > The line > > for(var i in staticRows) { > needs to be changed to > > for(var i = 0; i < staticRows.length; ++i) { Already did it in r45304. Reclosing unless it can be demonstrated that a) this commit caused the problem, b) it's not already fixed. (And in that case, might be better to file a bug depending on this one.) -- 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
