Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 303 Rev 304
Línea 163... Línea 163...
163
 
163
 
164
 
164
 
165
                $habitValue = new HabitValue();
165
                $habitValue = new HabitValue();
166
                $habitValue->network_id = $currentUser->network_id;
166
                $habitValue->network_id = $currentUser->network_id;
167
                $habitValue->name       = $dataPost['name'];
167
                $habitValue->name       = $dataPost['name'];
Línea 168... Línea 168...
168
                $habitValue->desription = $dataPost['description'];
168
                $habitValue->description = $dataPost['description'];
169
                $habitValue->user_id    = $currentUser->id;
169
                $habitValue->user_id    = $currentUser->id;
Línea 268... Línea 268...
268
            if($form->isValid()) {
268
            if($form->isValid()) {
Línea 269... Línea 269...
269
                
269
                
Línea 270... Línea 270...
270
                $dataPost = (array) $form->getData();
270
                $dataPost = (array) $form->getData();
271
                
271
                
Línea 272... Línea 272...
272
                $habitValue->name = $dataPost['name'];
272
                $habitValue->name = $dataPost['name'];
Línea 273... Línea 273...
273
                $habitValue->desription = $dataPost['description'];
273
                $habitValue->description = $dataPost['description'];
274
                
274