Disabled projects must be posted, if forced.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
3801b61d77
commit
1e7bccbbec
2 changed files with 2 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ sub BuildPosting {
|
|||
}
|
||||
|
||||
# not due if Posting-Freqency is "none" or never
|
||||
if ($PostingFrequency =~ /none|never/) {
|
||||
if ($PostingFrequency =~ /none|never/ && !$OptForce) {
|
||||
print "... is disabled.\n" if $Config{'verbose'} or $Config{'debug'};
|
||||
return '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue