mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-05 19:42:31 +02:00
better messages
This commit is contained in:
parent
ab306e8bc5
commit
6204a1dff1
1 changed files with 3 additions and 0 deletions
|
@ -1551,6 +1551,9 @@ abstract class baseModule {
|
|||
if (sizeof($msg) < 3) {
|
||||
$msg[] = htmlspecialchars($this->attributes[$attrName][$counter]);
|
||||
}
|
||||
else {
|
||||
$msg[] = array(htmlspecialchars($this->attributes[$attrName][$counter]));
|
||||
}
|
||||
$errors[] = $msg;
|
||||
}
|
||||
$counter++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue