Skip to content

Commit

Permalink
Set error message type to error
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0263 committed Mar 9, 2017
1 parent ef7e015 commit efdcd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/users.php
Expand Up @@ -834,7 +834,7 @@ function newuserform ($msg = '')
}

if (!empty ($msg)) {
$retval .= COM_showMessageText($msg,$LANG04[21],false,'info');
$retval .= COM_showMessageText($msg,$LANG04[21],false,'error');
}
$user_templates = new Template($_CONF['path_layout'] . 'users');
$user_templates->set_file('regform', 'registrationform.thtml');
Expand Down

0 comments on commit efdcd86

Please sign in to comment.