mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update viewtopic.php
This commit is contained in:
parent
6e6f36023b
commit
4179a4d3de
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ if ($is_auth['auth_mod']) {
|
|||
|
||||
if ($moderation) {
|
||||
if (IS_ADMIN) {
|
||||
if (!$forum_select = $datastore->get('viewtopic_forum_select')) {
|
||||
if (!$forum_select = $datastore->get('viewtopic_forum_select') and !$datastore->has('viewtopic_forum_select')) {
|
||||
$datastore->update('viewtopic_forum_select');
|
||||
$forum_select = $datastore->get('viewtopic_forum_select');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue