[fix] the user parameters page should not fail on the first error

This commit is contained in:
alban 2017-10-08 16:05:29 +02:00
parent e4fe1f23e0
commit f27d2173d6
1 changed files with 0 additions and 4 deletions

View File

@ -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'];