mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update index.php
This commit is contained in:
parent
03f147e3dc
commit
11c8f65af8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ $forum_name_html = $forums['forum_name_html'];
|
|||
|
||||
$anon = GUEST_UID;
|
||||
$excluded_forums_csv = $user->get_excluded_forums(AUTH_VIEW);
|
||||
$excluded_forums_array = explode(',', $excluded_forums_csv);
|
||||
$excluded_forums_array = $excluded_forums_csv ? explode(',', $excluded_forums_csv) : [];
|
||||
$only_new = $user->opt_js['only_new'];
|
||||
|
||||
// Validate requested category id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue