https://bugzilla.wikimedia.org/show_bug.cgi?id=18328
Sebastian Hellmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Sebastian Hellmann <[email protected]> 2009-05-28 01:43:58 UTC --- I fixed the bug for myself. its probably not the nicest code, but it'll work. UserIP is set to 127.0.0.1 Hope it will help. in XMLDumpReader.java (I attached my version) line 152: else if (qName == "contributor") openContributor(attributes); and about line 333 void openContributor(Attributes attribs) { String deleted = attribs.getValue("deleted"); if( deleted !=null && deleted.equals("deleted")){ contrib = new Contributor("127.0.0.1"); }else{ contrib = null; } } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
