Content deleted Content added
Updating published sources: EnDashRedirectCreator: * Fix bad regex. |
Updating published sources: AnomieBOT::API: * Change connectToReplica() for Tool Forge changes. BrokenRedirectDeleter: * Stop using a temporary table, since the new Tool Forge DBs don't support it anymore. |
||
Line 88:
my %rns = $api->namespace_reverse_map();
my ($dbh
eval {
($dbh
};
if ( $@ ) {
|