forked from rho_n/hpr_generator
Fix generation of series general page
This commit is contained in:
parent
02eb8313d3
commit
b36293e52f
@ -266,7 +266,7 @@ sub get_filename {
|
||||
else {
|
||||
$filename = $$config{'filename'};
|
||||
my $padded_index = "";
|
||||
if ($$config{'id'}) {
|
||||
if (exists $$config{'id'}) {
|
||||
$padded_index = sprintf("%04d", $$config{'id'});
|
||||
}
|
||||
$filename =~ s/\[id\]/$padded_index/;
|
||||
|
Loading…
Reference in New Issue
Block a user