From: joey Date: Thu, 23 Mar 2006 02:03:48 +0000 (+0000) Subject: Fix a bad use of implicit return for admin-less wikis. I got lucky.. X-Git-Tag: 1.0~277 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb04b36cc932f6f5c992da11cb8ffc08ea412c53;p=ikiwiki.git Fix a bad use of implicit return for admin-less wikis. I got lucky.. --- 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 ($$) { #{{{