mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- email notifications hotfix #1194;
This commit is contained in:
@@ -411,7 +411,7 @@ if ( ! class_exists( 'um\core\Mail' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( ! empty( UM()->options()->get( $template . '_on' ) ) ) {
|
||||
if ( empty( UM()->options()->get( $template . '_on' ) ) ) {
|
||||
return;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user