Fix a bad use of implicit return for admin-less wikis. I got lucky..

master
joey 2006-03-23 02:03:48 +00:00
parent def0274793
commit bb04b36cc9
1 changed files with 2 additions and 0 deletions

View File

@ -1137,6 +1137,8 @@ sub page_locked ($$;$) { #{{{
htmllink("", $admin, 1)." and cannot be edited.");
}
}
return 0;
} #}}}
sub cgi_prefs ($$) { #{{{