Content deleted Content added
Updating published sources: DatedCategoryCreator: * Handle Category:Clean-up categories specially. |
Updating published sources: DatedCategoryCreator: * Fix Category:Clean-up categories subcat creation. |
||
Line 175:
next if exists( $did{$c->{'title'}} );
$did{$c->{'title'}}=1;
$res = $self->make_dated_cat( $api, 'Category:' . $c->{'category'}, 'non-empty month' );
return $res if $res;
}
|