mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Bug with variables replacement and Crowdin localization fix.
This commit is contained in:
parent
8bf313d474
commit
b73d4cf490
169 changed files with 337 additions and 338 deletions
|
@ -29,7 +29,7 @@ if (!defined('IN_FORUM')) {
|
|||
|
||||
set_die_append_msg();
|
||||
|
||||
if ($bb_cfg['emailer_disabled']) {
|
||||
if (!$bb_cfg['emailer']['enabled']) {
|
||||
bb_die($lang['EMAILER_DISABLED']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue