This commit is contained in:
flash 2019-01-22 17:04:57 +01:00
parent a560fba80f
commit df9f270883

View file

@ -14,12 +14,6 @@ switch ($_GET['m'] ?? '') {
header('Location: /forum' . (!$markAction || $markEntireForum ? '' : url_construct('/forum.php', ['f' => $forumId])));
break;
case 'new':
break;
case 'your':
break;
default:
$categories = forum_get_root_categories(user_session_current('user_id', 0));
$blankForum = count($categories) <= 1 && $categories[0]['forum_children'] < 1;