Minor improvements (#910)

This commit is contained in:
Roman Kelesidis 2023-09-23 23:08:17 +07:00 committed by GitHub
commit 973005f5ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
if (empty($bb_cfg['topic_notify_enabled'])) {
if (!$bb_cfg['topic_notify_enabled']) {
bb_die($lang['DISABLED']);
}