skip old format index file lines for now
parent
4f93b8e2b4
commit
4a4c8680b1
2
ikiwiki
2
ikiwiki
|
@ -324,6 +324,8 @@ sub loadindex () { #{{{
|
||||||
push @{$items{$item}}, $val;
|
push @{$items{$item}}, $val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
next unless exists $items{src}; # skip bad lines for now
|
||||||
|
|
||||||
my $page=pagename($items{src}[0]);
|
my $page=pagename($items{src}[0]);
|
||||||
if (! $config{rebuild}) {
|
if (! $config{rebuild}) {
|
||||||
$pagesources{$page}=$items{src}[0];
|
$pagesources{$page}=$items{src}[0];
|
||||||
|
|
Loading…
Reference in New Issue