fixed call to nonexistant function
This commit is contained in:
parent
de019cd773
commit
2814d761fe
|
@ -328,10 +328,6 @@ foreach( $attrs as $attr => $vals ) {
|
||||||
$user_password = $vals[0];
|
$user_password = $vals[0];
|
||||||
$enc_type = get_enc_type( $user_password );
|
$enc_type = get_enc_type( $user_password );
|
||||||
|
|
||||||
// Set the default hashing type if the password is blank (must be newly created)
|
|
||||||
if( $user_password == '' ) {
|
|
||||||
$enc_type = get_default_hash();
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<input type="hidden"
|
<input type="hidden"
|
||||||
|
|
Loading…
Reference in New Issue