Commit ef9d62da authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[Fix] FormElementCollection : correction des 'Warning: Undefined variable'.

parent da5b6620
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
CHANGELOG
=========

6.0.10
-----

- [Fix] FormElementCollection : correction des 'Warning: Undefined variable'.

6.0.9
-----

+2 −2
Original line number Diff line number Diff line
@@ -122,8 +122,8 @@ class FormElementCollection extends FormCollection
                $templateMarkup,
                $attributesString,
                $linkMarkup,
                $css,
                $javascript
                $css = null,
                $javascript = null,
            );
        } else {
            $markup .= $templateMarkup . $linkMarkup;