//
This commit is contained in:
parent
a560fba80f
commit
df9f270883
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue