summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xikiwiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki b/ikiwiki
index aec52ca86..80ad72526 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -1137,6 +1137,8 @@ sub page_locked ($$;$) { #{{{
htmllink("", $admin, 1)." and cannot be edited.");
}
}
+
+ return 0;
} #}}}
sub cgi_prefs ($$) { #{{{