Last modified: 2010-05-15 15:38:14 UTC
maintenance/archives/moveCustomMessages.inc has the following line in it: $wgUser->addRight( "bot" ); That method does not exist anywhere. Chances are this file will not run as intended.
Yep, that doesn't work anymore. It was part of the 1.2 -> 1.3 transition, meant mainly for Wikipedia when first splitting the template pages out from localized messages. It's not really necessary anymore, and of course never got updated to current schema. If anyone wants it for reference it's in CVS; no reason to keep it about. Removed the file on REL1_5 and HEAD.