Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3382 Rev 3383
Línea 305... Línea 305...
305
            
305
            
Línea 306... Línea -...
306
            
-
 
307
            
306
            
308
            $checkpassword = '';
307
            
309
                 
308
            $checkpassword = '';
310
            /*
309
                 
311
            
310
    
312
            $userCheck = '';
311
            $userCheck = '';
Línea 323... Línea 322...
323
                    'success' => false,
322
                    'success' => false,
324
                    'data' => 'ERROR_UNAUTHORIZED'
323
                    'data' => 'ERROR_UNAUTHORIZED'
325
                ];
324
                ];
Línea 326... Línea 325...
326
                
325
                
327
                return new JsonModel($data);
326
                return new JsonModel($data);
Línea 475... Línea 474...
475
                'share_description' => strip_tags($share_description)]);  echo '</pre>';
474
                'share_description' => strip_tags($share_description)]);  echo '</pre>';
476
            exit;
475
            exit;
477
            */
476
            */
Línea 478... Línea 477...
478
            
477
            
479
            if($currentUserPlugin->hasIdentity()) {
-
 
480
                /*
478
            if($currentUserPlugin->hasIdentity()) {
481
                $currentUser = $currentUserPlugin->getUser();
479
                $currentUser = $currentUserPlugin->getUser();
Línea 482... Línea 480...
482
                if($userCheck && $userCheck->status == User::STATUS_ACTIVE && $userCheck->id != $currentUser->id ) {
480
                if($userCheck && $userCheck->status == User::STATUS_ACTIVE && $userCheck->id != $currentUser->id ) {
483
 
481
 
Línea 498... Línea 496...
498
                            
496
                            
499
                        $connectionMapper->insert($connection);
497
                        $connectionMapper->insert($connection);
500
                    }
498
                    }
Línea 501... Línea -...
501
                }
-
 
-
 
499
                }
Línea 502... Línea 500...
502
                
500
                
503
                */
501
 
504
 
502
 
Línea 505... Línea 503...
505
                
503
                
506
                $this->layout()->setTemplate('layout/layout.phtml');
504
                $this->layout()->setTemplate('layout/layout.phtml');
507
            } else {
505
            } else {
508
                //$this->cache->addItem('user_share_invitation', $user);
506
                $this->cache->addItem('user_share_invitation', $user);