From 4a4c8680b19029db1942bbb24473ea99227746a6 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 23 Mar 2006 21:55:36 +0000 Subject: [PATCH] skip old format index file lines for now --- ikiwiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ikiwiki b/ikiwiki index 87414ab5b..bd905a426 100755 --- a/ikiwiki +++ b/ikiwiki @@ -324,6 +324,8 @@ sub loadindex () { #{{{ push @{$items{$item}}, $val; } + next unless exists $items{src}; # skip bad lines for now + my $page=pagename($items{src}[0]); if (! $config{rebuild}) { $pagesources{$page}=$items{src}[0];