Skip to content
Snippets Groups Projects
Commit f55e729f authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #64573 fix form empty id

parent 2487eb24
Branches
Tags
4 merge requests!3297WIP: Master,!3037Master,!2988Dev#64573 templates pour l interface publique libraire bootstrap,!2913Dev#64573 templates pour l interface publique libraire bootstrap
Pipeline #5441 failed with stage
in 26 minutes and 7 seconds
......@@ -29,6 +29,6 @@ class ZendAfi_View_Helper_Form extends ZendAfi_View_Helper_BaseHelper {
(false === $content
? null
: $content),
$attribs ? $attribs : []);
array_filter($attribs ? $attribs : []));
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment