From ad4760ad783d19af0e115ffa570ec667d09e07ad Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Thu, 23 Mar 2006 22:11:05 +0000
Subject: [PATCH] load index for all cgi scripts, fixes links on RecentChanges

---
 IkiWiki/CGI.pm | 2 --
 ikiwiki        | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index 4a16856ec..29f3ecc89 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -271,8 +271,6 @@ sub cgi_editpage ($$) { #{{{
 	my $q=shift;
 	my $session=shift;
 
-	loadindex();
-	
 	eval q{use CGI::FormBuilder};
 	my $form = CGI::FormBuilder->new(
 		fields => [qw(do rcsinfo from page content comments)],
diff --git a/ikiwiki b/ikiwiki
index bd905a426..7b0a718d9 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -472,6 +472,7 @@ sub main () { #{{{
 	}
 	elsif ($config{cgi}) {
 		lockwiki();
+		loadindex();
 		require IkiWiki::CGI;
 		cgi();
 	}
-- 
2.39.5