Explorar el Código

[Form] Added comment

Bernhard Schussek hace 14 años
padre
commit
a1c3d21d0e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Symfony/Component/Form/Form.php

+ 1 - 0
src/Symfony/Component/Form/Form.php

@@ -189,6 +189,7 @@ class Form extends Field implements \IteratorAggregate, FormInterface
 
         $data = $this->getClientData();
 
+        // Merge form data from fields into existing client data
         $this->dataMapper->mapFormToData($this, $data);
 
         $event->setData($data);