Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15453 Rev 15455
Línea 705... Línea 705...
705
        
705
        
Línea 706... Línea 706...
706
        if($request->isPost()) {
706
        if($request->isPost()) {
707
            
707
            
-
 
708
            $step = filter_var( $this->params()->fromPost('step'), FILTER_SANITIZE_STRING); 
-
 
709
            if($step == 'validation') {
708
            $step = filter_var( $this->params()->fromPost('step'), FILTER_SANITIZE_STRING); 
710
               
709
            if($step == 'validation') {
711
                
Línea 710... Línea 712...
710
                $userMapper = UserMapper::getInstance($this->adapter);
712
                $userMapper = UserMapper::getInstance($this->adapter);
711
                $capsuleUserMapper = CompanyMicrolearningCapsuleUserMapper::getInstance($this->adapter);
713
                $capsuleUserMapper = CompanyMicrolearningCapsuleUserMapper::getInstance($this->adapter);
Línea 726... Línea 728...
726
                            'success' => false,
728
                            'success' => false,
727
                            'data' => 'ERROR_UPLOAD_FILE'
729
                            'data' => 'ERROR_UPLOAD_FILE'
728
                        ]);
730
                        ]);
729
                    }
731
                    }
Línea -... Línea 732...
-
 
732
                    
Línea 730... Línea 733...
730
                    
733
                   
Línea 731... Línea 734...
731
                    
734
                    
Línea 869... Línea 872...
869
                        'success' => false,
872
                        'success' => false,
870
                        'data' => 'ERROR_CACHE_INVALID'
873
                        'data' => 'ERROR_CACHE_INVALID'
871
                    ]);
874
                    ]);
872
                }
875
                }
Línea -... Línea 876...
-
 
876
                
873
                
877
                
874
                $networkMapper = NetworkMapper::getInstance($this->adapter);
878
                $networkMapper = NetworkMapper::getInstance($this->adapter);
875
                $companyMapper = CompanyMapper::getInstance($this->adapter);
879
                $companyMapper = CompanyMapper::getInstance($this->adapter);
Línea 876... Línea 880...
876
                $companyFollowerMapper = CompanyFollowerMapper::getInstance($this->adapter);
880
                $companyFollowerMapper = CompanyFollowerMapper::getInstance($this->adapter);