summaryrefslogtreecommitdiff
path: root/ikiwiki.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.pl')
-rwxr-xr-xikiwiki.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ikiwiki.pl b/ikiwiki.pl
index 60ba5e182..ff1da353e 100755
--- a/ikiwiki.pl
+++ b/ikiwiki.pl
@@ -102,7 +102,6 @@ sub main () { #{{{
getconfig();
if ($config{cgi}) {
- lockwiki();
loadindex();
require IkiWiki::CGI;
cgi();