correction: no post form for the overboard

main
fuzzykitten 2025-02-16 05:43:09 -05:00
parent 9fd65c1bd6
commit 10882c5a84
1 changed files with 2 additions and 3 deletions

View File

@ -2312,13 +2312,12 @@ switch($mode) {
print_hamburger_menu($db, $settings, $sub, $total_posts, $page);
if ( ($sub != '') && ($sub != 'overboard') ) {
if ( ($sub != 'overboard') ) {
print_sub($db, $sub, $settings, $page);
show_post_form($db, '', $sub, $settings, '', '', $visitor_ip);
} else {
print_overboard($db, $settings, $page);
}
show_post_form($db, '', $sub, $settings, '', '', $visitor_ip);
echo '</div></div></body></html>';