mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed small notice;
This commit is contained in:
@@ -275,7 +275,7 @@ if ( ! class_exists( 'Mail' ) ) {
|
||||
}
|
||||
}
|
||||
|
||||
if ( copy( $plugin_template_path, $theme_template_path ) ) {
|
||||
if ( file_exists( $plugin_template_path ) && copy( $plugin_template_path, $theme_template_path ) ) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user