Content deleted Content added
Updating published sources: WikiProjectWorker: * Copy-paste fail. * Mark non-talk as processed. |
Updating published sources: WikiProjectWorker: * Don't choke when trying to assess talk pages for nonexistant subpages, just don't assess them. |
||
Line 255:
$assess=$api->WPBassess($title);
if(ref($assess) eq 'HASH'){
$assess=undef;
} else {
$api->warn("Processing $title failed: ".$assess->{'error'}."\n");
next;
}
}
}
|