https://bugzilla.wikimedia.org/show_bug.cgi?id=37416
--- Comment #9 from Peter Bena <[email protected]> 2012-10-24 15:44:45 UTC --- Krenair, this make Name = "User:Jimbo" Name = Name.Substring(Name.LastIndexOf(":") + 1) Name == "Jimbo" That's why it's there, basically changing the line to Name = Name.Substring(Name.IndexOf(":") + 1) would fix it. If you can compile the source code, it would be great to put it to download page (I can give you access to download repository) -- 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
