mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#910)
This commit is contained in:
parent
4b848df266
commit
973005f5ed
2 changed files with 5 additions and 5 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue