[fix] the user parameters page should not fail on the first error
This commit is contained in:
parent
e4fe1f23e0
commit
f27d2173d6
|
@ -46,10 +46,6 @@ if (!empty($help_setting)) {
|
|||
?>
|
||||
<div align="center"><h3><?php __("Settings of your account"); ?></h3></div>
|
||||
<?php
|
||||
if ($msg->has_msgs("ERROR")) {
|
||||
include_once("mem_param.php");
|
||||
exit();
|
||||
}
|
||||
|
||||
$c=$admin->listPasswordPolicies();
|
||||
$passwd_classcount = $c['mem']['classcount'];
|
||||
|
|
Loading…
Reference in New Issue