mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 11:46:27 +09:00
- fixed conditional logic for profile form fields on submit;
- small notices fixes;
This commit is contained in:
@@ -121,7 +121,7 @@ if ( ! class_exists( 'Form' ) ) {
|
||||
* @return boolean
|
||||
*/
|
||||
function has_error( $key ) {
|
||||
if ( isset($this->errors[$key]) )
|
||||
if ( isset( $this->errors[$key] ) )
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user