Fixed runtime error.
This commit is contained in:
parent
ed48d92a16
commit
5bacada8ca
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ send via account
|
||||||
|
|
||||||
# ignore notifications in developer mode
|
# ignore notifications in developer mode
|
||||||
if notification == true && Setting.get('developer_mode') == true
|
if notification == true && Setting.get('developer_mode') == true
|
||||||
logger.notice "Do not send notification #{mail_params.inspect} because of enabled developer_mode"
|
logger.info "Do not send notification #{mail_params.inspect} because of enabled developer_mode"
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue