mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-06 03:49:56 +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) {
|
if (sizeof($msg) < 3) {
|
||||||
$msg[] = htmlspecialchars($this->attributes[$attrName][$counter]);
|
$msg[] = htmlspecialchars($this->attributes[$attrName][$counter]);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$msg[] = array(htmlspecialchars($this->attributes[$attrName][$counter]));
|
||||||
|
}
|
||||||
$errors[] = $msg;
|
$errors[] = $msg;
|
||||||
}
|
}
|
||||||
$counter++;
|
$counter++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue