Proyectos de Subversion LeadersLinked - Services

Rev

Rev 310 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 310 Rev 311
Línea 282... Línea 282...
282
            $form->setData($dataPost);
282
            $form->setData($dataPost);
Línea 283... Línea 283...
283
            
283
            
Línea 284... Línea 284...
284
            if($form->isValid()) {
284
            if($form->isValid()) {
-
 
285
                
-
 
286
                $dataPost = (array) $form->getData();
Línea 285... Línea 287...
285
                
287
       
286
                $dataPost = (array) $form->getData();
288
                
-
 
289
                
Línea 287... Línea 290...
287
                
290
                $habitValue->name = $dataPost['name'];
Línea 288... Línea 291...
288
                $habitValue->name = $dataPost['name'];
291
                $habitValue->description = $dataPost['description'];
289
                $habitValue->description = $dataPost['description'];
292