Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3728 Rev 3729
Línea 1286... Línea 1286...
1286
                                    $connectionMapper->insert($connection);
1286
                                    $connectionMapper->insert($connection);
1287
                                }
1287
                                }
1288
                            }
1288
                            }
1289
                        }
1289
                        }
Línea 1290... Línea -...
1290
                        
-
 
1291
                        
-
 
1292
                        
-
 
1293
                        $data = [
-
 
1294
                           'success'   => true,
-
 
1295
                           'data'      => $this->url()->fromRoute('home'),
-
 
Línea 1296... Línea 1290...
1296
                        ];
1290
                        
1297
    
1291
    
1298
                        
-
 
Línea 1299... Línea 1292...
1299
                        $this->cache->removeItem('user_share_invitation');
1292
                        
1300
                        
1293
                        $this->cache->removeItem('user_share_invitation');
Línea 1301... Línea 1294...
1301
                        return new JsonModel($data);
1294
   
Línea 1310... Línea 1303...
1310
                $this->logger->err('Verificación email - El código no existe ', ['ip' => Functions::getUserIP()]);
1303
                $this->logger->err('Verificación email - El código no existe ', ['ip' => Functions::getUserIP()]);
Línea 1311... Línea 1304...
1311
                
1304
                
1312
                $flashMessenger->addErrorMessage('ERROR_ACTIVATION_CODE_IS_NOT_VALID');
1305
                $flashMessenger->addErrorMessage('ERROR_ACTIVATION_CODE_IS_NOT_VALID');
Línea 1313... Línea -...
1313
            }
-
 
1314
            
-
 
1315
            $data = [
1306
            }
1316
                'success'   => true,
-
 
1317
                'data'      => $this->url()->fromRoute('home'),
1307
            
1318
            ];
-
 
Línea 1319... Línea 1308...
1319
            
1308
            return $this->redirect()->toRoute('home');    
1320
            return new JsonModel($data);
1309
 
1321
            
1310