Minor improvements (#982)

* Minor improvements

* Apply fixes from StyleCI (#981)

Co-authored-by: StyleCI Bot <bot@styleci.io>

---------

Co-authored-by: Yury Pikhtarev <exileum@icloud.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Roman Kelesidis 2023-10-22 21:29:09 +07:00 committed by GitHub
commit f02e902691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 60 additions and 38 deletions

View file

@ -95,7 +95,7 @@ if ($watch_count > 0) {
}
DB()->sql_freeresult($result);
} else {
meta_refresh('index.php', 3);
meta_refresh('index.php');
bb_die($lang['NO_WATCHED_TOPICS']);
}