mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 01:49:08 +01:00
import: fix displaying attribute errors two times
This commit is contained in:
parent
b1ee3460b1
commit
33e0687d1e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
</li>
|
||||
{/foreach}
|
||||
{foreach $error.errors.attrs as $a => $es}
|
||||
{if !in_array($a,$error.data)}
|
||||
{if !array_key_exists($a, $error.data)}
|
||||
<li>
|
||||
<strong>{$a|escape:"htmlall"} :</strong>
|
||||
<ul class='LSio_attr_errors'>
|
||||
|
|
Loading…
Reference in a new issue