- email notifications hotfix #1194;

This commit is contained in:
Mykyta Synelnikov
2023-05-31 10:20:30 +03:00
parent 3c29e8f22b
commit 6501f48bbd
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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;
}
/**