diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 02:03:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 02:03:48 +0000 |
commit | bb04b36cc932f6f5c992da11cb8ffc08ea412c53 (patch) | |
tree | 85efd8823783a6cf4468baecdcac3b5bcb91d226 | |
parent | def02747934ebb9bbcc09de0824667666448881e (diff) |
Fix a bad use of implicit return for admin-less wikis. I got lucky..
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1137,6 +1137,8 @@ sub page_locked ($$;$) { #{{{ htmllink("", $admin, 1)." and cannot be edited."); } } + + return 0; } #}}} sub cgi_prefs ($$) { #{{{ |